Click or drag to resize

ErrorLogEntry Properties

The ErrorLogEntry type exposes the following members.

Properties
  NameDescription
Public propertyCause
Exception caught which was the cause of the error log.
Public propertyEntryTypeAsString
Gets the entry type as string, e.g. Warning or Error.
Public propertyErrorDescription
Description of the error causing the exception.
Public propertyIsWarning
Gets or sets a value indicating whether this instance is representing a warning.
Public propertySource
Source of the error, f.e. Class::Methodname.
Top
See Also