Click or drag to resize

ErrorLogEntry Constructor

Overload List
 NameDescription
Public methodErrorLogEntryInitializes a new instance of the ErrorLogEntry class
Public methodErrorLogEntry(Exception) Creates an error log entry using information available from the passed exception including among other things Message and StackTrace.
Public methodErrorLogEntry(String) Creates an error log entry using a simple error message and also includes the current stack trace.
Top
See Also