Click or drag to resize
ErrorLogEntry Class
Generic class for logging an entry in the ErrorLog. Not for logging serious exceptions but for logging non-fatal errors so LLBLGen Pro can verbosely show these to the user.
Inheritance Hierarchy
SystemObject
  SD.LLBLGen.Pro.Core.GeneralDataStructuresErrorLogEntry

Namespace:  SD.LLBLGen.Pro.Core.GeneralDataStructures
Assembly:  SD.LLBLGen.Pro.Core (in SD.LLBLGen.Pro.Core.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public class ErrorLogEntry

The ErrorLogEntry type exposes the following members.

Constructors
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
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also