ErrorLogEntry Constructor

Overload List

ErrorLogEntry()Initializes a new instance of the ErrorLogEntry class
ErrorLogEntry(Exception) Creates an error log entry using information available from the passed exception including among other things Message and StackTrace.
ErrorLogEntry(String) Creates an error log entry using a simple error message and also includes the current stack trace.

See Also