RTX64ConfigReadException Constructor (String, Exception)

Constructor for 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 RTX64ConfigReadException(
	string message,
	Exception innerExeption
)

Parameters

message
Type: SystemString
Message in exception.
innerExeption
Type: SystemException
See Also