IncompatibleUnitException(String, Exception) Constructor
Namespace: InnerDrive.QuantitativeAssembly: InnerDrive.Quantitative (in InnerDrive.Quantitative.dll) Version: 5.2.9017.0
public IncompatibleUnitException(
string message,
Exception innerException
)
Parameters
- message String
- A message describing the exception.
- innerException Exception
- The exception that resulted in this exception
being thrown.