Свойство | Тип | Описание | |
---|---|---|---|
_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 |