OperationCanceledException public class OperationCanceledException : Exception Documentation public CancellationToken CancellationToken { get; set; } public OperationCanceledException() public OperationCanceledException(string message) public OperationCanceledException(CancellationToken token) public OperationCanceledException(string message, Exception innerException)