AsynchronousOperationException Constructor
.NET Framework 4.5
Initializes a new instance of the AsynchronousOperationException class.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
AsynchronousOperationException() | Initializes a new instance of the AsynchronousOperationException class. |
|
AsynchronousOperationException(Exception) | Initializes a new instance of the AsynchronousOperationException class with a system-supplied error message and a reference to the inner exception that is the cause of this exception. |
|
AsynchronousOperationException(String) | Initializes a new instance of the AsynchronousOperationException class with a specified error message. |
|
AsynchronousOperationException(SerializationInfo, StreamingContext) | Initializes a new instance of the AsynchronousOperationException class with serialized data. |
|
AsynchronousOperationException(String, Exception) | Initializes a new instance of the AsynchronousOperationException class with a specified error message and a reference to the inner exception that is the cause of this exception. |