Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public DimensionMismatchException(
DimensionType firstDimensionType,
string firstParameterName,
DimensionType secondDimensionType
)
Public Sub New (
firstDimensionType As DimensionType,
firstParameterName As String,
secondDimensionType As DimensionType
)
public:
DimensionMismatchException(
DimensionType firstDimensionType,
String^ firstParameterName,
DimensionType secondDimensionType
)
new :
firstDimensionType : DimensionType *
firstParameterName : string *
secondDimensionType : DimensionType -> DimensionMismatchException
Parameters
- firstDimensionType
- Type: Extreme.MathematicsDimensionType
The DimensionType of the first parameter. - firstParameterName
- Type: SystemString
The name of the first parameter. - secondDimensionType
- Type: Extreme.MathematicsDimensionType
The DimensionType of the second parameter.
Use this constructor to specify that the second parameter was the instance in whose method the exception occurred.
Reference