ErrorLogEntry Class

Definition

Namespace: Ignition.Framework.Logging
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
C#
[NetForumBusinessObjectAttribute("ErrorLog")]
public class ErrorLogEntry : NetForumEntity
Inheritance
Object    NetForumEntity    ErrorLogEntry

Constructors

ErrorLogEntryInitializes 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.

Properties

AddDate 
BrowserAgent 
Id Primary key of the NetFORUM entity.
(Inherited from NetForumEntity)
IgnitionErrorNumber 
IpAddress 
Message 
Number 
RequestUrl 
RevisionInformation
(Inherited from NetForumEntity)
Source 
Sql 
Stack 

Methods

CastToCustomEntityTEntity Safely cast this entity to a custom user-defined type, as configured via the current CustomEntityRegistrar.
(Inherited from NetForumEntity)

See Also