RFmxException(SerializationInfo, StreamingContext)
- Updated2025-10-13
- 1 minute(s) read
Initializes a new instance of the RFmxException class with serialized data.
Syntax
Namespace: NationalInstruments.RFmx.InstrMX
protected RFmxException(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. |