MessageExceptionCollectorCreateException Method

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.

Definition

Namespace: Scanjour.Workflow4.ActivityLibrary
Assembly: Scanjour.Workflow4.ActivityLibrary_24.4.0.0 (in Scanjour.Workflow4.ActivityLibrary_24.4.0.0.dll) Version: 24.4.0.0 (24.4.0.0)
C#
public Exception CreateException(
	string message
)

Parameters

message  String
The message that will be a part of the message in the produced exception.

Return Value

Exception
The produced exception.

See Also