GetObjectData(SerializationInfo, StreamingContext)
- Updated2025-10-13
- 1 minute(s) read
Gets the SerializationInfo with information about the exception.
Syntax
Namespace: NationalInstruments.RFmx.InstrMX
public override void GetObjectData(SerializationInfo info, StreamingContext context)
Parameters
| Name | Type | Description |
|---|---|---|
| info | SerializationInfo | Specifies the SerializationInfo that holds the serialized object data about the exception being thrown. |
| context | StreamingContext | Specifies the StreamingContext that contains contextual information about the source or destination. |