Class AsyncTaskException
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
stringThe message that describes the error.
- See Also