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] |
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) | |
|
get |
Contains additional information about the error that occurred.