RFmxException Class
- Updated2025-10-13
- 1 minute(s) read
Represents errors that occur during RFmx application execution.
Derives from
- Exception
Syntax
Namespace: NationalInstruments.RFmx.InstrMX
public class RFmxException : Exception
Remarks
For more information about RFmx Instruments, refer to RFmx Instruments help.
Thread Safety
Any public static members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Constructors
| Name | Description |
|---|---|
| RFmxException() | Initializes a new instance of the RFmxException class. |
| RFmxException(string, Exception) | 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. |
| RFmxException(string) | Initializes a new instance of the RFmxException class with a specified error message. |
| RFmxException(SerializationInfo, StreamingContext) | Initializes a new instance of the RFmxException class with serialized data. |
Methods
| Name | Description |
|---|---|
| GetObjectData(SerializationInfo, StreamingContext) | Gets the SerializationInfo with information about the exception. |