RTX64InvalidArgumentException Class

This class represents an invalid argument.
Inheritance Hierarchy
SystemObject
  SystemException
    IntervalZero.RTX64RTX64Exception
      IntervalZero.RTX64RTX64InvalidArgumentException

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

Syntax
public class RTX64InvalidArgumentException : RTX64Exception

The RTX64InvalidArgumentException type exposes the following members.

Constructors
NameDescription
Public methodRTX64InvalidArgumentException(String)
Invalid argument with a message.
Public methodRTX64InvalidArgumentException(String, Exception)
Invalid argument with a message and an inner exception.
Public methodRTX64InvalidArgumentException(String, String)
Invalid argument with a message and parameter.
Public methodRTX64InvalidArgumentException(String, String, Exception)
Invalid argument with a message, parameter, and inner exception.
Top
Properties
NameDescription
Protected propertyIsDisposed
true if the object has been disposed.
(Inherited from RTX64Exception.)
Public propertyMessage
Message to display in the exception.
(Overrides ExceptionMessage.)
Public propertyParamName
Name of invalid parameter.
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