OperationInterruptedException Class
Summary: Occurs when an operation is interrupted.
Module: aspose.psd.coreexceptions
Full Name: aspose.psd.coreexceptions.OperationInterruptedException
Inheritance: FrameworkException
Aspose.PSD Version: 24.9.0
Constructors
Name | Description |
---|---|
OperationInterruptedException(message) | Initializes a new instance of the OperationInterruptedException class. |
Constructor: OperationInterruptedException(message)
OperationInterruptedException(message)
Initializes a new instance of the OperationInterruptedException class.
Parameters:
Parameter | Type | Description |
---|---|---|
message | string | The exception message. |