RFmx Instr DotNET

Table of Contents

RFmxException Class

  • Updated2024-07-17
  • 4 minute(s) read
RFmxException Class

RFmxException Class

Represents errors that occur during RFmx application execution.

Inheritance Hierarchy

SystemObject
  SystemException
    NationalInstruments.RFmx.InstrMXRFmxException

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

[SerializableAttribute]
public class RFmxException : Exception
<SerializableAttribute>
Public Class RFmxException
	Inherits Exception

The RFmxException type exposes the following members.

Constructors

 NameDescription
Public methodRFmxException Initializes a new instance of the RFmxException class.
Public methodRFmxException(String) Initializes a new instance of the RFmxException class with a specified error message.
Protected methodRFmxException(SerializationInfo, StreamingContext) Initializes a new instance of the RFmxException class with serialized data.
Public methodRFmxException(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.
Top

Properties

 NameDescription
Public propertyDataGets a collection of key/value pairs that provide additional user-defined information about the exception.
(Inherited from Exception)
Public propertyHelpLinkGets or sets a link to the help file associated with this exception.
(Inherited from Exception)
Protected propertyHResultGets or sets HRESULT, a coded numerical value that is assigned to a specific exception.
(Inherited from Exception)
Public propertyInnerExceptionGets the Exception instance that caused the current exception.
(Inherited from Exception)
Public propertyMessageGets a message that describes the current exception.
(Inherited from Exception)
Public propertySourceGets or sets the name of the application or the object that causes the error.
(Inherited from Exception)
Public propertyStackTraceGets a string representation of the immediate frames on the call stack.
(Inherited from Exception)
Public propertyTargetSiteGets the method that throws the current exception.
(Inherited from Exception)
Top

Methods

 NameDescription
Public methodEqualsDetermines whether the specified Object is equal to the current Object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetBaseExceptionWhen overridden in a derived class, returns the Exception that is the root cause of one or more subsequent exceptions.
(Inherited from Exception)
Public methodGetHashCodeServes as a hash function for a particular type.
(Inherited from Object)
Public methodGetObjectData Gets the SerializationInfo with information about the exception.
(Overrides ExceptionGetObjectData(SerializationInfo, StreamingContext))
Public methodGetTypeGets the runtime type of the current instance.
(Inherited from Exception)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodToStringCreates and returns a string representation of the current exception.
(Inherited from Exception)
Top

Events

 NameDescription
Protected eventSerializeObjectStateOccurs when an exception is serialized to create an exception state object that contains serialized data about the exception.
(Inherited from Exception)
Top

Remarks

For more information about RFmx Instruments, refer to RFmx Instruments help.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Log in to get a better experience