Click or drag to resize

IncompatibleUnitException(String, Exception) Constructor

Initializes a new IncompatibleUnitException with the specified error message and InnerException property.

Namespace: InnerDrive.Quantitative
Assembly: InnerDrive.Quantitative (in InnerDrive.Quantitative.dll) Version: 5.0.8475.0
Syntax
C#
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.
See Also