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