RTX64ConfigReadException Class

Represents an exception indicating that an attempt to read RTX64 configuration information has failed.
Inheritance Hierarchy
SystemObject
  SystemException
    IntervalZero.RTX64RTX64Exception
      IntervalZero.RTX64RTX64ConfigReadException

Namespace:  IntervalZero.RTX64
Assembly:  IntervalZero.RTX64 (in IntervalZero.RTX64.dll) Version: 3.3.0.0 (File version: 3.5.0)

Syntax
public class RTX64ConfigReadException : RTX64Exception

The RTX64ConfigReadException type exposes the following members.

Constructors
NameDescription
Public methodRTX64ConfigReadException(String)
Constructor for message.
Public methodRTX64ConfigReadException(String, Exception)
Constructor for message and inner exception.
Top
Properties
NameDescription
Protected propertyIsDisposed
true if the object has been disposed.
(Inherited from RTX64Exception.)
Top
Methods
NameDescription
Public methodDispose
Explicit dispose.
(Inherited from RTX64Exception.)
Protected methodDispose(Boolean)
Dispose of the object.
(Inherited from RTX64Exception.)
Protected methodFinalize
Finalizer.
(Inherited from RTX64Exception.)
Top
See Also