RVTDocs.com

InvalidPathArgumentException.GetObjectData

Method
Description:
Retrieves data needed to serialize the target object.
Syntax
public override void GetObjectData(
	SerializationInfo info,
	StreamingContext context
)
Parameters
Parameter Type Description
info SerializationInfo Data needed to serialize or deserialize the object.
context StreamingContext The destination of the serialized stream.
Return Value