AsyncTaskException Class
Summary: The exception for the asynchronous task.
Module: aspose.psd.asynctask
Full Name: aspose.psd.asynctask.AsyncTaskException
Aspose.PSD Version: 24.9.0
Constructors
Name | Description |
---|---|
AsyncTaskException(message) | Initializes a new instance of the AsyncTaskException class. |
Constructor: AsyncTaskException(message)
AsyncTaskException(message)
Initializes a new instance of the AsyncTaskException class.
Parameters:
Parameter | Type | Description |
---|---|---|
message | string | The message that describes the error. |