MaxRTNativeException Class
Exceptions of this type are thrown by failed Win32 API calls within the Managed library.
Inheritance Hierarchy
System Object
System Exception
IntervalZero.MaxRT.wRTOS.wRTOSException
IntervalZero.MaxRT.wRTOS.MaxRTNativeException
Namespace:
IntervalZero.MaxRT.wRTOS
Assembly:
IntervalZero.MaxRT.wRTOS (in IntervalZero.MaxRT.wRTOS .dll) Version: 1.0.0.0 (File version: 1.0.0)
Syntax
public class MaxRTNativeException : wRTOSException
The MaxRTNativeException type exposes the following members:
Constructors
|
|
Name | Description |
|---|---|---|
|
|
Constructor with a message and error code. |
|
|
|
Constructor with a message, error code, and inner exception. |
Methods
|
|
Name | Description |
|---|---|---|
|
|
Explicit dispose. (Inherited from wRTOSException.) |
|
|
|
Dispose of the object. (Inherited from wRTOSException.) |
Properties
|
|
Name | Description |
|---|---|---|
|
|
true if the object has been disposed. (Inherited from wRTOSException.) |
|
|
|
The message to display in the exception. (Overrides ExceptionMessage.) |
|
|
|
A Windows or RTSS error code retrieved from the RTFW API. |
|
|
|
The exception that triggered this exception. |
See Also: