SimpleDispatcherActivityShipmentStateException(SerializationInfo, StreamingContext) Constructor

To make the workflow engine enable to de-serialize the instance.

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 ShipmentStateException(
	SerializationInfo info,
	StreamingContext context
)

Parameters

info  SerializationInfo
Some serialization information.
context  StreamingContext
Not used, but is here to satisfy the serialization framework.

See Also