Xceed DataGrid for WPF v7.2 Documentation
GetObjectData Method


Xceed.Wpf.DataGrid Assembly > Xceed.Wpf.DataGrid.Stats Namespace > InvalidSourcePropertyNameException Class : 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
 
<SecurityPermissionAttribute(True)>
Public Overrides Sub GetObjectData( _
   ByVal info As SerializationInfo, _
   ByVal context As StreamingContext _
) 
'Usage
 
Dim instance As InvalidSourcePropertyNameException
Dim info As SerializationInfo
Dim context As StreamingContext
 
instance.GetObjectData(info, context)
[SecurityPermission(true)]
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.

Requirements

Target Platforms: Windows 11, Windows, 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

InvalidSourcePropertyNameException Class
InvalidSourcePropertyNameException Members
Base Implementation in GetObjectData