C# 클래스 NLog.NLogConfigurationException

상속: System.Exception
파일 보기 프로젝트 열기: NLog/NLog

공개 메소드들

메소드 설명
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