wRTOSException Constructor (String, Int, Exception)

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

Namespace:  IntervalZero.MaxRT.wRTOS
Assembly:  IntervalZero.MaxRT.wRTOS (in IntervalZero.MaxRT.wRTOS .dll) Version: 1.0.0.0 (File version: 1.1.0)

Syntax

Copy
public MaxRTNativeException(
    string message,
    int win32ErrorCode
       Exception innerException

)

Parameters

message

Type: System.String

The message in exception.

win32ErrorCode

Type: System.Int
A Windows or RTSS error code retrieved from the Native API.

innerException

Type: System.Exception
Exception that triggered this exception.

See Also: