RTX64Win32Exception Class |
Exceptions of this type are thrown by failed Win32 API calls within the Managed Framework.

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

The RTX64Win32Exception type exposes the following members.

Name | Description | |
---|---|---|
![]() | RTX64Win32Exception(String, Int) |
Constructor with a message and error code.
|
![]() | RTX64Win32Exception(String, Int, Exception) |
Constructor with a message, error code, and inner exception.
|

Name | Description | |
---|---|---|
![]() | IsDisposed |
true if the object has been disposed.
(Inherited from RTX64Exception.) |
![]() | Message |
The message to display in the exception.
(Overrides ExceptionMessage.) |
![]() | Win32ErrorCode |
A Windows or RTSS error code retrieved from the Native API. |
![]() | InnerException | The exception that triggered this exception. |

Name | Description | |
---|---|---|
![]() | Dispose |
Explicit dispose.
(Inherited from RTX64Exception.) |
![]() | Dispose(Boolean) |
Dispose of the object.
(Inherited from RTX64Exception.) |
