RTX64Win32Exception Constructor (String, Int)

Constructor with a message and error code.

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

Syntax
public RTX64Win32Exception(
	string message,
	int win32ErrorCode
)

Parameters

message
Type: SystemString
The message in exception.
win32ErrorCode
Type: SystemException
A Windows or RTSS error code retrieved from the Native API.
See Also