Click or drag to resize

PtzLockedCameoSdkExceptionGetObjectData Method

Populates a SerializationInfo with the data needed to serialize the target object.

Namespace: Bosch.Vms.CameoSdk
Assembly: Bosch.Vms.CameoSdk (in Bosch.Vms.CameoSdk.dll) Version: 1.6.0.0
Syntax
C#
public override void GetObjectData(
	SerializationInfo info,
	StreamingContext context
)

Parameters

info  SerializationInfo
Stores all the data needed to serialize or deserialize object.
context  StreamingContext
Describes source and destination of a given serialized stream.

Implements

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