Click or drag to resize

InvalidImpedanceDataException(Exception) Constructor

Initializes a new instance of the InvalidImpedanceDataException class.

Namespace: RelaxIS_SDK.Plugins
Assembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax
public InvalidImpedanceDataException(
	Exception innerException
)

Parameters

innerException  Exception
An inner exception to wrap.
See Also