C# Класс IrcShark.ConfigurationException

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

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

Метод Описание
ConfigurationException ( ) : System

Initializes a new instance of the ConfigurationException class.

ConfigurationException ( string message ) : System

Initializes a new instance of the ConfigurationException class.

ConfigurationException ( string message, Exception innerException ) : System

Initializes a new instance of the ConfigurationException class.

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

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

Initializes a new instance of the ConfigurationException class.

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

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

Initializes a new instance of the ConfigurationException class.
public ConfigurationException ( ) : System
Результат System

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

Initializes a new instance of the ConfigurationException class.
protected ConfigurationException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo The SerializationInfo.
context System.Runtime.Serialization.StreamingContext The StreamingContext.
Результат System

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

Initializes a new instance of the ConfigurationException class.
public ConfigurationException ( string message ) : System
message string The message of this exception.
Результат System

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

Initializes a new instance of the ConfigurationException class.
public ConfigurationException ( string message, Exception innerException ) : System
message string The message of this exception.
innerException System.Exception The inner exception.
Результат System