C# Класс FdoToolbox.Core.MissingKeyException

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

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

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

Initializes a new instance of the MissingKeyException class.

MissingKeyException ( string msg ) : System

Initializes a new instance of the MissingKeyException class.

MissingKeyException ( string msg, Exception inner ) : System

Initializes a new instance of the MissingKeyException class.

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

Метод Описание
MissingKeyException ( SerializationInfo serInfo, StreamingContext ctx ) : System

Initializes a new instance of the MissingKeyException class.

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

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

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

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

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

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

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

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

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