Available XML Data for Exceptions:
XPath |
Description |
---|---|
/exceptionDetails/@available |
Are exception details available? True or False. |
/exceptionDetails/exception/@type |
The type of exception. Note that there can be multiple exception elements contained within exceptionDetails. |
/exceptionDetails/exception/message |
The exception message string. |
/exceptionDetails/exception/properties/property/@name |
The name of the property. Note that there can be multiple property elements contained within properties. |
/exceptionDetails/exception/properties/property/ |
The value of the property. |
/exceptionDetails/exception/stackTrace |
The stack trace details of the exception |
See Also |
Next |