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

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

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

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

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

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

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

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

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

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

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

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

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

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

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