프로퍼티 | 타입 | 설명 | |
---|---|---|---|
_log | log4net.ILog |
메소드 | 설명 | |
---|---|---|
LoggingException ( string message ) : System |
Creates the exception.
|
|
LoggingException ( string message, |
Creates the exception, with an inner exception.
|
public LoggingException ( string message ) : System | ||
message | string | What went wrong? |
리턴 | System |
public LoggingException ( string message, |
||
message | string | What went wrong? |
e | Another exception that caused this one to be thrown. | |
리턴 | System |