Property | Type | Description | |
---|---|---|---|
_log | log4net.ILog |
Method | Description | |
---|---|---|
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? |
return | System |
public LoggingException ( string message, |
||
message | string | What went wrong? |
e | Another exception that caused this one to be thrown. | |
return | System |