A representation of the important details of a logged exception. A list of logged exception data summary objects is returned by the GetLoggedExceptionDataList method.
Property |
Type |
Length |
Default |
Description |
---|---|---|---|---|
LogId |
guid |
N/A |
N/A |
A key that uniquely identifies the exception. |
Message |
string |
N/A |
N/A |
The message explaining the exception. |
User |
string |
100 |
N/A |
The login name of the user who caused the exception. |
CompanyName |
string |
64 |
N/A |
The name of the company. |
BusinessExceptionType |
N/A |
N/A |
A business exception type object that specifies whether the exception is a Validation Exception or a System Exception. |
|
ServiceType |
string |
100 |
N/A |
The type of operation. Operations include Create, Update, Delete, Void, GetByKey or GetList. |
BusinessObjectType |
string |
100 |
N/A |
Specifies the type of business object. |
LoggedDate |
dateTime |
N/A |
Current system date |
The date the exception was logged. |