MessageExceptionCollectorCreateException Method

Scanjour Workflow4 Reference Manual
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.1.0.0 (in Scanjour.Workflow4.ActivityLibrary_23.1.0.0.dll) Version: 23.1.0.0 (23.1.0.0)
Syntax

public Exception CreateException(
	string message
)

Parameters

message
Type: SystemString
The message that will be a part of the message in the produced exception.

Return Value

Type: Exception
The produced exception.
See Also

Reference