C# Класс BclExtras.Threading.FutureCanceledException

Наследование: FutureException
Показать файл Открыть проект

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

Метод Описание
FutureCanceledException ( ) : System
FutureCanceledException ( string message ) : System
FutureCanceledException ( string message, Exception inner ) : System

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

Метод Описание
FutureCanceledException ( System info, System context ) : System

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

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

public FutureCanceledException ( ) : System
Результат System

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

protected FutureCanceledException ( System info, System context ) : System
info System
context System
Результат System

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

public FutureCanceledException ( string message ) : System
message string
Результат System

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

public FutureCanceledException ( string message, Exception inner ) : System
message string
inner System.Exception
Результат System