OperationCanceledException public class OperationCanceledException : SystemException Documentation public CancellationToken CancellationToken { get; } public OperationCanceledException() public OperationCanceledException(string message) public OperationCanceledException(string message, Exception innerException) protected OperationCanceledException(SerializationInfo info, StreamingContext context) public OperationCanceledException(CancellationToken token) public OperationCanceledException(string message, CancellationToken token) public OperationCanceledException(string message, Exception innerException, CancellationToken token)