RpcInvokeException.GetObjectData Method
When overridden in a derived class, sets the SerializationInfo with information about the exception.
          Namespace:  TwinCAT.TypeSystem
Assembly:  TwinCAT.Ads.Abstractions (in
TwinCAT.Ads.Abstractions.dll) Version: 6.0.328+39e3229
Syntax
C#
public override void GetObjectData(
SerializationInfo info,
StreamingContext context
)
Parameters
| info | Type: System.Runtime.Serialization.SerializationInfo | 
| context | Type: System.Runtime.Serialization.StreamingContext | 
Implements
ISerializable.GetObjectData(SerializationInfo,
StreamingContext)
Exceptions
| Exception | Condition | 
|---|---|
| ArgumentNullException | info |