ExceptionInformation


Description

Information about an exception that occurred when a document was submitted to workflow or had a workflow task performed on it.

Properties

Property

Type

Description

ExceptionType

string

The type of exception that occurred.

HelpLink

string

Reserved for future use.

InnerException

ExceptionInformation

Additional details about the exception.

Message

string

The exception message.

Source

string

The source of the exception.

StackTrace

string

The stack trace showing the code being run when the exception occurred.

TargetSite

string

The target of the exception.



Documentation Feedback