10 [__DynamicallyInvokable]
18 [__DynamicallyInvokable]
21 [__DynamicallyInvokable]
24 return _cancellationToken;
28 _cancellationToken = value;
33 [__DynamicallyInvokable]
35 : base(
Environment.GetResourceString(
"OperationCanceled"))
37 SetErrorCode(-2146233029);
42 [__DynamicallyInvokable]
46 SetErrorCode(-2146233029);
52 [__DynamicallyInvokable]
54 : base(message, innerException)
56 SetErrorCode(-2146233029);
61 [__DynamicallyInvokable]
71 [__DynamicallyInvokable]
82 [__DynamicallyInvokable]
84 : this(message, innerException)
Propagates notification that operations should be canceled.
Serves as the base class for system exceptions namespace.
Describes the source and destination of a given serialized stream, and provides an additional caller-...
Provides information about, and means to manipulate, the current environment and platform....
OperationCanceledException(string message, Exception innerException)
Initializes a new instance of the T:System.OperationCanceledException class with a specified error me...
OperationCanceledException(string message)
Initializes a new instance of the T:System.OperationCanceledException class with a specified error me...
OperationCanceledException(CancellationToken token)
Initializes a new instance of the T:System.OperationCanceledException class with a cancellation token...
OperationCanceledException()
Initializes a new instance of the T:System.OperationCanceledException class with a system-supplied er...
OperationCanceledException(SerializationInfo info, StreamingContext context)
Initializes a new instance of the T:System.OperationCanceledException class with serialized data.
Stores all the data needed to serialize or deserialize an object. This class cannot be inherited.
OperationCanceledException(string message, CancellationToken token)
Initializes a new instance of the T:System.OperationCanceledException class with a specified error me...
The exception that is thrown in a thread upon cancellation of an operation that the thread was execut...
Represents errors that occur during application execution.To browse the .NET Framework source code fo...
Specifies that the class can be serialized.
OperationCanceledException(string message, Exception innerException, CancellationToken token)
Initializes a new instance of the T:System.OperationCanceledException class with a specified error me...