OperationCanceledException Members
The OperationCanceledException type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
OperationCanceledException()()()() |
Initializes a new instance of the OperationCanceledException class with a system-supplied error message.
|
![]() |
OperationCanceledException(CancellationToken) | |
![]() |
OperationCanceledException(String) |
Initializes a new instance of the OperationCanceledException class with a specified error message.
|
![]() |
OperationCanceledException(String, Exception) | |
![]() |
OperationCanceledException(String, CancellationToken) | |
![]() |
OperationCanceledException(String, Exception, CancellationToken) |
Properties
Name | Description | |
---|---|---|
![]() |
CancellationToken |
Gets a token associated with the operation that was canceled.
|