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

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

public OperationCanceledException ( string message, System innerException, CancellationToken token ) : System.Runtime.InteropServices
message string
innerException System
token CancellationToken
Результат System.Runtime.InteropServices
        public OperationCanceledException(string message, System.Exception innerException, CancellationToken token)
            : base(message, innerException)
        {
            this.token = token;
        }

Same methods

OperationCanceledException::OperationCanceledException ( ) : System.Runtime.InteropServices
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