RFmx Instr DotNET

Table of Contents

RFmxException(String, Exception) Constructor

  • Updated2024-07-17
  • 1 minute(s) read
RFmxException(String, Exception) Constructor

RFmxException(String, Exception) Constructor

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
)

Parameters

message  String
Specifies the message that describes the error.
innerException  Exception
Contains the reference to the inner exception that is the cause of the current exception, or a null reference if no inner exception is specified.

See Also

Log in to get a better experience