2027 Method
Changes 0
M

ApplicationException.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.