AsyncTaskException
Inheritance: java.lang.Object, java.lang.Throwable, java.lang.Exception, java.lang.RuntimeException, com.aspose.ms.System.Exception
public class AsyncTaskException extends System.Exception
The exception for the asynchronous task.
Constructors
Constructor | Description |
---|---|
AsyncTaskException(String message) | Initializes a new instance of the AsyncTaskException class. |
AsyncTaskException(String message)
public AsyncTaskException(String message)
Initializes a new instance of the AsyncTaskException class.
Parameters:
Parameter | Type | Description |
---|---|---|
message | java.lang.String | The message that describes the error. |