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
Syntax
public OperationCanceledException(
	string message
)

Parameters

message
Type: SystemString
The message that describes the error.
See Also