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, _
	message As String _
)
C#
public DimensionMismatchException (
	DimensionType firstDimensionType,
	string firstParameterName,
	string message
)
C++
public:
DimensionMismatchException (
	DimensionType firstDimensionType, 
	String^ firstParameterName, 
	String^ message
)

Parameters

firstDimensionType (Extreme.Mathematics.DimensionType)
The DimensionType of the first parameter.
firstParameterName (System.String)
The name of the first parameter.
message (System.String)
The error message that explains the reason for the exception.