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

Copy
public class MaxRTNativeException : wRTOSException

 

The MaxRTNativeException type exposes the following members:

Constructors

 

Name Description

Public method

MaxRTNativeException (String, Int)

Constructor with a message and error code.

Public method

MaxRTNativeException (String, Int, Exception)

Constructor with a message, error code, and inner exception.

Methods

 

Name Description

Public method

Dispose

Explicit dispose.

(Inherited from wRTOSException.)

Protected method

Dispose(Boolean)

Dispose of the object.

(Inherited from wRTOSException.)

Properties

 

Name Description

Protected property

IsDisposed

true if the object has been disposed.

(Inherited from wRTOSException.)

Protected property

Message

The message to display in the exception.

(Overrides ExceptionMessage.)

Protected property

Win32ErrorCode

A Windows or RTSS error code retrieved from the RTFW API.

Protected property

InnerException

The exception that triggered this exception.

See Also: