SimpleDispatcherActivityWaitForReceiptException(IMessageShipmentState) Constructor
Creates an instance of this exception with the message state that caused this exception to be raised.
Namespace: Scanjour.Workflow4.ActivityLibraryAssembly: 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)
public WaitForReceiptException(
IMessageShipmentState state
)
Public Sub New (
state As IMessageShipmentState
)
public:
WaitForReceiptException(
IMessageShipmentState^ state
)
new :
state : IMessageShipmentState -> WaitForReceiptException
Parameters
- state IMessageShipmentState
- The state of the message transmission.