Method | Description | |
---|---|---|
LoggedException ( ) : System |
default constructor so that FxCop does not complain
|
|
LoggedException ( string msg ) : System |
standard overloaded constructor
|
|
LoggedException ( string msg, |
standard overloaded constructor
|
Method | Description | |
---|---|---|
LoggedException ( |
here to please FxCop and maybe for future use
|
Method | Description | |
---|---|---|
EnsureLogging ( ) : void |
protected void EnsureLogging()
|
protected LoggedException ( |
||
info | ||
context | ||
return | System |
public LoggedException ( string msg ) : System | ||
msg | string | msg for the exception |
return | System |
public LoggedException ( string msg, |
||
msg | string | msg for the exception |
exception | inner exception | |
return | System |