IncompatibleUnitException(String, Exception) Constructor

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

Definition

Namespace: InnerDrive.Quantitative
Assembly: InnerDrive.Quantitative (in InnerDrive.Quantitative.dll) Version: 5.2.9017.0
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