RTX64Exception Constructor (String, Exception)

Constructor with a message and inner exception.

Namespace:  IntervalZero.RTX64
Assembly:  IntervalZero.RTX64 (in IntervalZero.RTX64.dll) Version: 3.3.0.0 (File version: 3.5.0)

Syntax
public RTX64Exception(
	string message,
	Exception innerException
)

Parameters

message
Type: SystemString
Message in exception.
innerException
Type: SystemException
Exception that triggered this exception.
See Also