AsposeArgumentOutOfRangeException Constructor (String, String)

Initializes a new instance of the AsposeArgumentOutOfRangeException class

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

Parameters

message
Type: SystemString
paramName
Type: SystemString
See Also