RTX64InvalidArgumentException Constructor (String, String, Exception)

Invalid argument with a message, parameter, 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 RTX64InvalidArgumentException(
	string message,
	string paramName,
	Exception innerException
)

Parameters

message
Type: SystemString
Message of the exception.
paramName
Type: SystemString
Parameter that is invalid.
innerException
Type: SystemException
Exception that triggered this exception.
See Also