OperationCanceledException Constructor
Initializes a new instance of the OperationCanceledException class.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | OperationCanceledException() | Initializes a new instance of the OperationCanceledException class with a system-supplied error message. |
![]() | OperationCanceledException(CancellationToken) | Initializes a new instance of the OperationCanceledException class with a cancellation token. |
![]() | OperationCanceledException(SerializationInfo^, StreamingContext) | Initializes a new instance of the OperationCanceledException class with serialized data. |
![]() | OperationCanceledException(String^) | Initializes a new instance of the OperationCanceledException class with a specified error message. |
![]() | OperationCanceledException(String^, CancellationToken) | Initializes a new instance of the OperationCanceledException class with a specified error message and a cancellation token. |
![]() | OperationCanceledException(String^, Exception^) | Initializes a new instance of the OperationCanceledException class with a specified error message and a reference to the inner exception that is the cause of this exception. |
![]() | OperationCanceledException(String^, Exception^, CancellationToken) | Initializes a new instance of the OperationCanceledException class with a specified error message, a reference to the inner exception that is the cause of this exception, and a cancellation token. |

