C# Класс Tailf.NotEnougthParametersException

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

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

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

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

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

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

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

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

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

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

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

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

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

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