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

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

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

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

Initializes a new instance of the ParameterCountException class.

ParameterCountException ( string msg ) : System

Initializes a new instance of the ParameterCountException class.

ParameterCountException ( string msg, Exception inner ) : System

Initializes a new instance of the ParameterCountException class.

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

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

Initializes a new instance of the ParameterCountException class.

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

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

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

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

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

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

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

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

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