C# Класс Tup.Cobar4Net.Config.Util.ConfigException

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

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

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

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

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

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

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

public ConfigException ( Exception cause ) : System
cause System.Exception
Результат System

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

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

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

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