<Code Lib>
2022 Method
Changes 0
M

AutoJoinFailedException.GetObjectData

Description:
Retrieves data needed to serialize the target object.

public override void GetObjectData(
	SerializationInfo info,
	StreamingContext context
)

  • SerializationInfo
    info
    Data needed to serialize or deserialize the object.
  • StreamingContext
    context
    The destination of the serialized stream.

Loading…