wRTOSException Constructor (String, Int)

Constructor with a message and error code.

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
)

Parameters

message

Type: System.String

The message in exception.

win32ErrorCode

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

See Also: