RTX64Win32Exception Constructor (String, Int, Exception)

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

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
       Exception innerException

)

Parameters

message
Type: SystemString
The message in exception.
win32ErrorCode
Type: SystemInt
A Windows or RTSS error code retrieved from the Native API.
innerException
Type: SystemException
Exception that triggered this exception.
See Also