AsposeArgumentOutOfRangeException Constructor (String, String) |
Namespace:
Aspose.Email
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic AsposeArgumentOutOfRangeException(
string message,
string paramName
)
Public Sub New (
message As String,
paramName As String
)
public:
AsposeArgumentOutOfRangeException(
String^ message,
String^ paramName
)
new :
message : string *
paramName : string -> AsposeArgumentOutOfRangeException
Parameters
- message
- Type: SystemString
- paramName
- Type: SystemString
See Also