Registers an exception for a message handle.
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
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