Click or drag to resize

ErrorLogEntry Class

Inheritance Hierarchy
SystemObject
  Ignition.Framework.EntitiesNetForumEntity
    Ignition.Framework.LoggingErrorLogEntry

Namespace: Ignition.Framework.Logging
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntax
[NetForumBusinessObjectAttribute("ErrorLog")]
public class ErrorLogEntry : NetForumEntity

The ErrorLogEntry type exposes the following members.

Constructors
 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
Properties
 NameDescription
Public propertyAddDate 
Public propertyBrowserAgent 
Public propertyId Primary key of the NetFORUM entity.
(Inherited from NetForumEntity)
Public propertyStatic memberIgnitionErrorNumber 
Public propertyIpAddress 
Public propertyMessage 
Public propertyNumber 
Public propertyRequestUrl 
Public propertyRevisionInformation
(Inherited from NetForumEntity)
Public propertySource 
Public propertySql 
Public propertyStack 
Top
Methods
 NameDescription
Public methodCastToCustomEntityTEntity Safely cast this entity to a custom user-defined type, as configured via the current CustomEntityRegistrar.
(Inherited from NetForumEntity)
Top
See Also