C# Class NLog.NLogConfigurationException

Inheritance: System.Exception
Datei anzeigen Open project: NLog/NLog

Public Methods

Method Description
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.

Protected Methods

Method Description
NLogConfigurationException ( System info, System context ) : JetBrains.Annotations

Initializes a new instance of the NLogConfigurationException class.

Private Methods

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

Method Details

NLogConfigurationException() public method

Initializes a new instance of the NLogConfigurationException class.
public NLogConfigurationException ( ) : JetBrains.Annotations
return JetBrains.Annotations

NLogConfigurationException() protected method

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.
return JetBrains.Annotations

NLogConfigurationException() public method

Initializes a new instance of the NLogConfigurationException class.
public NLogConfigurationException ( string message ) : JetBrains.Annotations
message string The message.
return JetBrains.Annotations

NLogConfigurationException() public method

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.
return JetBrains.Annotations