System.Threading.OperationCanceledException.OperationCanceledException C# (CSharp) Метод

OperationCanceledException() публичный Метод

public OperationCanceledException ( ) : System.Runtime.InteropServices
Результат System.Runtime.InteropServices
        public OperationCanceledException()
            : base("The operation was canceled.")
        {
        }

Same methods

OperationCanceledException::OperationCanceledException ( CancellationToken token ) : System.Runtime.InteropServices
OperationCanceledException::OperationCanceledException ( SerializationInfo info, StreamingContext context ) : System.Runtime.InteropServices
OperationCanceledException::OperationCanceledException ( string message ) : System.Runtime.InteropServices
OperationCanceledException::OperationCanceledException ( string message, CancellationToken token ) : System.Runtime.InteropServices
OperationCanceledException::OperationCanceledException ( string message, System innerException ) : System.Runtime.InteropServices
OperationCanceledException::OperationCanceledException ( string message, System innerException, CancellationToken token ) : System.Runtime.InteropServices
OperationCanceledException