ErrorLogEntry Properties |
The ErrorLogEntry type exposes the following members.
Name | Description | |
---|---|---|
![]() | Cause |
Exception caught which was the cause of the error log.
|
![]() | EntryTypeAsString |
Gets the entry type as string, e.g. Warning or Error.
|
![]() | ErrorDescription |
Description of the error causing the exception.
|
![]() | IsWarning |
Gets or sets a value indicating whether this instance is representing a warning.
|
![]() | Source |
Source of the error, f.e. Class::Methodname.
|