AsyncTaskException

AsyncTaskException constructor

Initializes a new instance of the AsyncTaskException class.

public AsyncTaskException(string message)
ParameterTypeDescription
messageStringThe message that describes the error.

See Also