Constructs a new DimensionMismatchException.

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

Syntax

Visual Basic (Declaration)
Public Sub New ( _
	message As String _
)
C#
public DimensionMismatchException (
	string message
)
C++
public:
DimensionMismatchException (
	String^ message
)

Parameters

message (System.String)
The error message that explains the reason for the exception.