C# Класс Neddle.NeddleException

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

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

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

Initializes a new instance of the NeddleException class.

NeddleException ( string message ) : System

Initializes a new instance of the NeddleException class.

NeddleException ( string message, Exception inner ) : System

Initializes a new instance of the NeddleException class.

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

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

Initializes a new instance of the NeddleException class.

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

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

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

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

Initializes a new instance of the NeddleException class.
protected NeddleException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo The object that holds the serialized object data.
context System.Runtime.Serialization.StreamingContext The contextual information about the source or destination.
Результат System

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

Initializes a new instance of the NeddleException class.
public NeddleException ( string message ) : System
message string A message that describes the error.
Результат System

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

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