The ExceptionDetailObject type exposes the following members.

Properties

  NameDescription
Public propertyData
Additional data
Public propertyHelpLink
Get or set the help link from the exception
Public propertyInnerException
Get or set the ExceptionDetailObject that represents the inner exception.
Public propertyMessage
Get or set the message from the exception
Public propertyStackTrace
Get or set the stacktrace from the exception
Public propertyType
Get or set the type string for the exception

See Also