Creates an exception containing all the message information collected from the message handles and the collected exceptions.
The message in the produced exception will contain:
- The ToString-value of the Exception-class.
- The provided message.
- A list of all message handles on which one or more exceptions are registred.
- - o For each of the handles the exceptions are listed.
Namespace: Scanjour.Workflow4.ActivityLibrary
Assembly: Scanjour.Workflow4.ActivityLibrary_23.3.0.0 (in Scanjour.Workflow4.ActivityLibrary_23.3.0.0.dll) Version: 23.3.0.0 (23.3.0.0)
Syntax
Parameters
- message
- Type: SystemString
The message that will be a part of the message in the produced exception.
Return Value
Type: ExceptionThe produced exception.
See Also