Registers an exception for a message handle.
Namespace: Scanjour.Workflow4.ActivityLibrary
Assembly: Scanjour.Workflow4.ActivityLibrary_22.1.0.0 (in Scanjour.Workflow4.ActivityLibrary_22.1.0.0.dll) Version: 22.1.0.0 (22.1.0.0)
Syntax
public void AddException( IMessageReceptionHandle messageHandle, Exception exception )
Parameters
- messageHandle
- Type: WorkZone.Dispatcher.Base.MessagesIMessageReceptionHandle
The handle of the message for which the exception is being registered. - exception
- Type: SystemException
The exception that is being registered.
See Also