Constructor AsyncOperationHandleException
AsyncOperationHandleException(AsyncOperationHandle, string, Exception)
Creates a new instance of AsyncOperationHandleException.
Declaration
public AsyncOperationHandleException(AsyncOperationHandle handle, string message, Exception innerException = null)
Parameters
| Type | Name | Description |
|---|---|---|
| AsyncOperationHandle | handle | The handle for the operation that failed. |
| string | message | A message describing the error. |
| Exception | innerException | The exception that caused the error, if any. |