RTX64Exception.IsCustomError Method

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

Namespace:  IntervalZero.RTX64
Assembly:  IntervalZero.RTX64 (in IntervalZero.RTX64.dll) Version: 4.0.0.0 (File version: 4.5.0)

Syntax
public static bool IsCustomError(
	int win32ErrorCode
)

Parameters

win32ErrorCode
Type: SystemInt32

Return Value

Type: Boolean
See Also