IAsyncTask.Error

IAsyncTask.Error property

Gets the task error which is available after the task is completed.

public Exception Error { get; }

Property Value

The task error.

See Also