FCFL.NET Common Library - API Reference
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 2003 family

See Also

Reference

FCExceptionBase Class
FCExceptionBase Members
Base Implementation in GetObjectData

 

 


© 2010 Dovetail Software, Inc. - All rights reserved.
- Clarify, Amdocs, and related products and names are copyright and trademark of Amdocs, Inc.
- .NET, Visual Studio.NET, C#, Visual Basic and related products are trademark of Microsoft corporation.

Send comments on this topic.