RTX64Win32Exception Class

Exceptions of this type are thrown by failed Win32 API calls within the Managed Framework.
Inheritance Hierarchy
SystemObject
  SystemException
    IntervalZero.RTX64RTX64Exception
      IntervalZero.RTX64RTX64Win32Exception

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

Syntax
public class RTX64Win32Exception : RTX64Exception

The RTX64Win32Exception type exposes the following members.

Constructors
NameDescription
Public methodRTX64Win32Exception(String, Int)
Constructor with a message and error code.
Public methodRTX64Win32Exception(String, Int, Exception)
Constructor with a message, error code, and inner exception.
Top
Properties
NameDescription
Protected propertyIsDisposed
true if the object has been disposed.
(Inherited from RTX64Exception.)
Public propertyMessage
The message to display in the exception.
(Overrides ExceptionMessage.)
Public propertyWin32ErrorCode
A Windows or RTSS error code retrieved from the Native API.
Public propertyInnerException
The exception that triggered this exception.
Top
Methods
See Also