AsposeException Constructor (String) |
Initializes a new instance of the
AsposeException class with a specified error message.
Namespace:
Aspose.Email
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic AsposeException(
string message
)
Public Sub New (
message As String
)
public:
AsposeException(
String^ message
)
new :
message : string -> AsposeException
Parameters
- message
- Type: SystemString
The message that describes the error.
See Also