wRTOSException.IsCustomError Method

Returns true if parameter win32ErrorCode is a wRTOS custom Win32 error code, false otherwise. Use method GetCustomErrorMessage to maps a wRTOS custom error code to a human-readable error message.

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 static bool IsCustomError(
    int win32ErrorCode
)

Parameters

win32ErrorCode

Type: System.Int32

Return Value

Type: Boolean

See Also: