System.Threading.OperationCanceledException Class Reference
Inheritance diagram for System.Threading.OperationCanceledException:
Collaboration diagram for System.Threading.OperationCanceledException:Public Member Functions | |
| OperationCanceledException () | |
| OperationCanceledException (string message) | |
| OperationCanceledException (string message, System.Exception innerException) | |
| OperationCanceledException (CancellationToken token) | |
| OperationCanceledException (string message, CancellationToken token) | |
| OperationCanceledException (string message, System.Exception innerException, CancellationToken token) | |
Protected Member Functions | |
| OperationCanceledException (SerializationInfo info, StreamingContext context) | |
Properties | |
| CancellationToken | CancellationToken [get] |
Detailed Description
Definition at line 38 of file OperationCanceledException.cs.
Constructor & Destructor Documentation
| System.Threading.OperationCanceledException.OperationCanceledException | ( | ) |
Definition at line 45 of file OperationCanceledException.cs.
| System.Threading.OperationCanceledException.OperationCanceledException | ( | string | message | ) |
Definition at line 50 of file OperationCanceledException.cs.
| System.Threading.OperationCanceledException.OperationCanceledException | ( | string | message, |
| System.Exception | innerException | ||
| ) |
Definition at line 55 of file OperationCanceledException.cs.
|
protected |
Definition at line 60 of file OperationCanceledException.cs.
| System.Threading.OperationCanceledException.OperationCanceledException | ( | CancellationToken | token | ) |
Definition at line 66 of file OperationCanceledException.cs.
| System.Threading.OperationCanceledException.OperationCanceledException | ( | string | message, |
| CancellationToken | token | ||
| ) |
Definition at line 72 of file OperationCanceledException.cs.
| System.Threading.OperationCanceledException.OperationCanceledException | ( | string | message, |
| System.Exception | innerException, | ||
| CancellationToken | token | ||
| ) |
Definition at line 78 of file OperationCanceledException.cs.
Property Documentation
|
get |
Definition at line 84 of file OperationCanceledException.cs.
The documentation for this class was generated from the following file:
