MessageExceptionCollectorAddException Method

Registers an exception for a message handle.

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 void AddException(
	IMessageReceptionHandle messageHandle,
	Exception exception
)

Parameters

messageHandle  IMessageReceptionHandle
The handle of the message for which the exception is being registered.
exception  Exception
The exception that is being registered.

See Also