C# Класс NLog.NLogConfigurationException

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

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

Метод Описание
NLogConfigurationException ( ) : JetBrains.Annotations

Initializes a new instance of the NLogConfigurationException class.

NLogConfigurationException ( string message ) : JetBrains.Annotations

Initializes a new instance of the NLogConfigurationException class.

NLogConfigurationException ( string message, Exception innerException ) : JetBrains.Annotations

Initializes a new instance of the NLogConfigurationException class.

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

Метод Описание
NLogConfigurationException ( System info, System context ) : JetBrains.Annotations

Initializes a new instance of the NLogConfigurationException class.

Приватные методы

Метод Описание
NLogConfigurationException ( Exception innerException, string message ) : JetBrains.Annotations

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

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

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

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

Initializes a new instance of the NLogConfigurationException class.
/// The parameter is null. /// /// The class name is null or is zero (0). ///
protected NLogConfigurationException ( System info, System context ) : JetBrains.Annotations
info System The that holds the serialized object data about the exception being thrown.
context System The that contains contextual information about the source or destination.
Результат JetBrains.Annotations

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

Initializes a new instance of the NLogConfigurationException class.
public NLogConfigurationException ( string message ) : JetBrains.Annotations
message string The message.
Результат JetBrains.Annotations

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

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