OperationInterruptedException Constructor (String) |
Namespace: Aspose.Imaging.CoreExceptionsAssembly: Aspose.Imaging (in Aspose.Imaging.dll) Version: 21.04
Syntaxpublic OperationInterruptedException(
string message
)
Public Sub New (
message As String
)
public:
OperationInterruptedException(
String^ message
)
new :
message : string -> OperationInterruptedException
Parameters
- message
- Type: SystemString
The exception message.
See Also