C# Класс Magenic.Maqs.Utilities.Helper.MaqsConfigException

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

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

Метод Описание
MaqsConfigException ( string message ) : System

MAQS config exception

MaqsConfigException ( string message, Exception innerException ) : System

Initializes a new instance of the MaqsConfigException class

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

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

Initializes a new instance of the MaqsConfigException class

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

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

Initializes a new instance of the MaqsConfigException class
protected MaqsConfigException ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo The serialization information object that holds the serialized object data about the exception being thrown
context StreamingContext The serialization streaming context
Результат System

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

MAQS config exception
public MaqsConfigException ( string message ) : System
message string Takes an exception message
Результат System

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

Initializes a new instance of the MaqsConfigException class
public MaqsConfigException ( string message, Exception innerException ) : System
message string The message that describes the error
innerException Exception The exception that is the cause of the current exception
Результат System