[NetForumBusinessObjectAttribute("ErrorLog")]
public class ErrorLogEntry : NetForumEntity
<NetForumBusinessObjectAttribute("ErrorLog")>
Public Class ErrorLogEntry
Inherits NetForumEntity
[NetForumBusinessObjectAttribute(L"ErrorLog")]
public ref class ErrorLogEntry : public NetForumEntity
[<NetForumBusinessObjectAttribute("ErrorLog")>]
type ErrorLogEntry =
class
inherit NetForumEntity
end
ErrorLogEntry | Initializes 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. |
AddDate | |
BrowserAgent | |
Id |
Primary key of the NetFORUM entity.
(Inherited from NetForumEntity) |
IgnitionErrorNumber | |
IpAddress | |
Message | |
Number | |
RequestUrl | |
RevisionInformation | (Inherited from NetForumEntity) |
Source | |
Sql | |
Stack |
CastToCustomEntityTEntity |
Safely cast this entity to a custom user-defined type, as configured via the current CustomEntityRegistrar.
(Inherited from NetForumEntity) |