RTX64InvalidPropertyValueException Constructor (String, Exception)

Constructor with a message in exception.

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

Syntax
public RTX64InvalidPropertyValueException(
	string message,
	Exception innerExeption
)

Parameters

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