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

ConstructorDescription
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:

ParameterTypeDescription
messagejava.lang.StringThe message that describes the error.