RFmx Instr DotNET

Table of Contents

RFmxException(SerializationInfo, StreamingContext) Constructor

  • Updated2024-07-17
  • 1 minute(s) read
RFmxException(SerializationInfo, StreamingContext) Constructor

RFmxException(SerializationInfo, StreamingContext) Constructor

Initializes a new instance of the RFmxException class with serialized data.

Namespace: NationalInstruments.RFmx.InstrMX
Assembly: NationalInstruments.RFmx.InstrMX.Fx40 (in NationalInstruments.RFmx.InstrMX.Fx40.dll) Version: 24.5.0.49285 (24.5.0.49285)

Syntax

protected RFmxException(
	SerializationInfo info,
	StreamingContext context
)
Protected Sub New ( 
	info As SerializationInfo,
	context As StreamingContext
)

Parameters

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.

See Also

Log in to get a better experience