Table of Contents

Class AsyncTaskException

Namespace
Aspose.Imaging.AsyncTask
Assembly
Aspose.Imaging.dll

The exception for the asynchronous task.

public class AsyncTaskException : Exception, ISerializable
Inheritance
AsyncTaskException
Implements
Inherited Members

Constructors

AsyncTaskException(string)

Initializes a new instance of the AsyncTaskException class.

public AsyncTaskException(string message)

Parameters

message string

The message that describes the error.

See Also

See Also