Enhanced C#
Language of your choice: library documentation
Properties | Public Member Functions | List of all members
Loyc.LogException Class Reference

An exception that includes a "context" object as part of a LogMessage structure, typically used to indicate where an error occurred. More...


Source file:
Inheritance diagram for Loyc.LogException:

Remarks

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)
 

Property Documentation

◆ Msg

LogMessage Loyc.LogException.Msg
get

Contains additional information about the error that occurred.