C# Класс System.Threading.OperationCanceledException

Наследование: System.OperationCanceledException
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
OperationCanceledException ( ) : System.Runtime.InteropServices
OperationCanceledException ( CancellationToken token ) : System.Runtime.InteropServices
OperationCanceledException ( string message ) : System.Runtime.InteropServices
OperationCanceledException ( string message, CancellationToken token ) : System.Runtime.InteropServices
OperationCanceledException ( string message, System innerException ) : System.Runtime.InteropServices
OperationCanceledException ( string message, System innerException, CancellationToken token ) : System.Runtime.InteropServices

Защищенные методы

Метод Описание
OperationCanceledException ( SerializationInfo info, StreamingContext context ) : System.Runtime.InteropServices

Описание методов

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

public OperationCanceledException ( ) : System.Runtime.InteropServices
Результат System.Runtime.InteropServices

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

public OperationCanceledException ( CancellationToken token ) : System.Runtime.InteropServices
token CancellationToken
Результат System.Runtime.InteropServices

OperationCanceledException() защищенный Метод

protected OperationCanceledException ( SerializationInfo info, StreamingContext context ) : System.Runtime.InteropServices
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
Результат System.Runtime.InteropServices

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

public OperationCanceledException ( string message ) : System.Runtime.InteropServices
message string
Результат System.Runtime.InteropServices

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

public OperationCanceledException ( string message, CancellationToken token ) : System.Runtime.InteropServices
message string
token CancellationToken
Результат System.Runtime.InteropServices

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

public OperationCanceledException ( string message, System innerException ) : System.Runtime.InteropServices
message string
innerException System
Результат System.Runtime.InteropServices

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

public OperationCanceledException ( string message, System innerException, CancellationToken token ) : System.Runtime.InteropServices
message string
innerException System
token CancellationToken
Результат System.Runtime.InteropServices