Send feedback on this topic.
Teradata.Client.Provider
GetObjectData Method



Teradata.Client.Provider Namespace > TdException Class : GetObjectData Method
SerializationInfo to hold the state of this object.
Describes the destination context for this serialization.
Populates a System.Runtime.Serialization.SerializationInfo with the data needed to serialize the TdException object.
Syntax
'Declaration
 
Public Overrides NotOverridable Sub GetObjectData( _
   ByVal info As SerializationInfo, _
   ByVal context As StreamingContext _
) 
'Usage
 
Dim instance As TdException
Dim info As SerializationInfo
Dim context As StreamingContext
 
instance.GetObjectData(info, context)
public override void GetObjectData( 
   SerializationInfo info,
   StreamingContext context
)
public:
void GetObjectData( 
   SerializationInfo^ info,
   StreamingContext context
) override 

Parameters

info
SerializationInfo to hold the state of this object.
context
Describes the destination context for this serialization.
Requirements

Target Platforms: Windows 8.1, Windows 10, Windows Server 2012 R2, Windows Server 2016, Windows Server 2019

See Also

Reference

TdException Class
TdException Members