Click or drag to resize

RelaxISProgramInterfaceException(String, Exception) Constructor

Initializes a new instance of the RelaxISProgramInterfaceException class.

Namespace: RelaxIS_SDK.Plugins
Assembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax
public RelaxISProgramInterfaceException(
	string message,
	Exception innerException
)

Parameters

message  String
The exception message.
innerException  Exception
The inner exception.
See Also