AsposeArgumentException Constructor (String, String)

Initializes a new instance of the AsposeArgumentException class

Namespace:  Aspose.Email
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public AsposeArgumentException(
	string message,
	string parameter
)

Parameters

message
Type: SystemString
parameter
Type: SystemString
See Also