public class AsyncTaskException
extends com.aspose.ms.System.Exception
The exception for the asynchronous task.
Exception
,
Serialized FormConstructor and Description |
---|
AsyncTaskException(String message)
Initializes a new instance of the
AsyncTaskException class. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public AsyncTaskException(String message)
Initializes a new instance of the AsyncTaskException
class.
message
- The message that describes the error.