GetObjectData Method
The object that holds the serialized object data.
The contextual information about the source or destination.
Sets the SerializationInfo object with the parameter name and additional exception information.
Syntax
'Declaration
Public Overrides Sub GetObjectData( _
ByVal _info_ As SerializationInfo, _
ByVal _context_ As StreamingContext _
)
public override void GetObjectData(
SerializationInfo _info_,
StreamingContext _context_
)
Parameters
info
The object that holds the serialized object data.
context
The contextual information about the source or destination.
Remarks
GetObjectData sets a SerializationInfo with all the exception object data targeted for serialization. During deserialization, the exception object is reconstituted from the SerializationInfo transmitted over the stream.
For more information, see SerializationInfo.
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server family
Reference
FCExceptionBase Class
FCExceptionBase Members
Base Implementation in GetObjectData