NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

MissingMemberException.GetObjectData

Accesses the method that contains the context of the data from the source or destination.

[Visual Basic]
Overrides Public Sub GetObjectData( _
   ByVal info As SerializationInfo, _
   ByVal context As StreamingContext _
)
[C#]
public override void GetObjectData(
   SerializationInfo info,
   StreamingContext context
);
[C++]
public: override void GetObjectData(
   SerializationInfo* info,
   StreamingContext context
);
[JScript]
public override function GetObjectData(
   info : SerializationInfo,
   context : StreamingContext
);

Parameters

info
The serialized object.
context
[To be supplied.]

Return Value

A serialized object is returned as context by StreamingContext.

Exceptions

Exception Type Condition
ArgumentNullException If the object is null.

Remarks

The GetObjectData method accesses StreamingContext to return the value of hte source and/or destination of a given serialized stream. (For more information, see SerializationInfo.)

See Also

MissingMemberException Class | MissingMemberException Members | System Namespace