Available XML Data for the AdminGeneralError Template:
XPath |
Description |
---|---|
/processError/@fatal |
Indicates if this was a fatal error. True or False. |
/processError/generalInfo/severity |
Severity of the Error. |
/processError/generalInfo/eventId |
Identifier that identifies the type of event. |
/processError/generalInfo/machineName |
Computer name. |
/processError/generalInfo/osVersion |
Operating System Version. |
/processError/generalInfo/timeStamp |
Timestamp of error. |
/processError/generalInfo/appDomain |
.NET application domain. |
/processError/generalInfo/threadName |
Name of thread in which the error occured. |
/processError/generalInfo/threadIdentity |
Identitiy of thread in which the error occured. |
/processError/generalInfo/windowsIdentity |
Identity of user under which the process is being run as. |
/processError/errorMessage |
Error Message. |
/processError/exceptionDetails/@available |
Indicates if exception information is available. True or False. |
/processError/exceptionDetails |
Exception Information. View exception XML Data |
See Also |
Next |