RTX64InvalidPropertyValueException Class

Represents an exception indicating an invalid value has been assigned to a writable property.
Inheritance Hierarchy
SystemObject
  SystemException
    IntervalZero.RTX64RTX64Exception
      IntervalZero.RTX64RTX64InvalidPropertyValueException

Namespace:  IntervalZero.RTX64
Assembly:  IntervalZero.RTX64 (in IntervalZero.RTX64.dll) Version: 4.0.0.0 (File version: 4.5.0)

Syntax
public class RTX64InvalidPropertyValueException : RTX64Exception

The RTX64InvalidPropertyValueException type exposes the following members.

Constructors
NameDescription
Public methodRTX64InvalidPropertyValueException(String)
Constructor with a message.
Public methodRTX64InvalidPropertyValueException(String, Exception)
Constructor with a message and inner exception.
Top
Properties
NameDescription
Protected propertyIsDisposed
true if the object has been disposed.
(Inherited from RTX64Exception.)
Top
Methods
See Also