Constructs a new DimensionMismatchException.

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (Extreme.Numerics)

Syntax

Visual Basic (Declaration)
Public Sub New ( _
	firstDimensionType As DimensionType, _
	firstParameterName As String, _
	secondDimensionType As DimensionType, _
	secondParameterName As String _
)
C#
public DimensionMismatchException (
	DimensionType firstDimensionType,
	string firstParameterName,
	DimensionType secondDimensionType,
	string secondParameterName
)
C++
public:
DimensionMismatchException (
	DimensionType firstDimensionType, 
	String^ firstParameterName, 
	DimensionType secondDimensionType, 
	String^ secondParameterName
)

Parameters

firstDimensionType (Extreme.Mathematics.DimensionType)
The DimensionType of the first parameter.
firstParameterName (System.String)
The name of the first parameter.
secondDimensionType (Extreme.Mathematics.DimensionType)
The DimensionType of the second parameter.
secondParameterName (System.String)
The name of the second parameter.