| Enhanced C#
    Language of your choice: library documentation | 
An exception that includes a "context" object as part of a LogMessage structure, typically used to indicate where an error occurred. More...
 
  
 An exception that includes a "context" object as part of a LogMessage structure, typically used to indicate where an error occurred.
| Properties | |
| LogMessage | Msg  [get, set] | 
| Contains additional information about the error that occurred. More... | |
| override string | Message  [get] | 
| Public Member Functions | |
| LogException (object context, string format, params object[] args) | |
| LogException (Severity severity, object context, string format, params object[] args) | |
| LogException (LogMessage msg) | |
| 
 | getset | 
Contains additional information about the error that occurred.
 1.8.7
 1.8.7