Click or drag to resize

CCRecipientExceptionGetObjectData Method

To serialize the instance.

Namespace: Scanjour.Workflow4.ActivityLibrary.Exceptions
Assembly: Scanjour.Workflow4.ActivityLibrary_24.5.0.0 (in Scanjour.Workflow4.ActivityLibrary_24.5.0.0.dll) Version: 24.5.0.0 (24.5.0.0)
Syntax
public override void GetObjectData(
	SerializationInfo info,
	StreamingContext context
)

Parameters

info  SerializationInfo
The serialization information into which the state of the instance is persisted.
context  StreamingContext
Not used, but is here to satisfy the serialization framework.

Implements

ISerializableGetObjectData(SerializationInfo, StreamingContext)
_ExceptionGetObjectData(SerializationInfo, StreamingContext)
See Also