RTX64InvalidArgumentException Constructor (String, Exception)

Invalid argument with a message and an inner exception.

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

Syntax
public RTX64InvalidArgumentException(
	string message,
	Exception innerException
)

Parameters

message
Type: SystemString
Message of the exception
innerException
Type: SystemException
Exception that triggered this exception
See Also