RFmxException(String, Exception) Constructor
- Updated2024-07-17
- 1 minute(s) read
RFmx
Initializes a new instance of the RFmxException class with a specified error message and
a reference to the inner exception that is the cause of this exception.
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
public RFmxException( string message, Exception innerException )
Public Sub New ( message As String, innerException As Exception )