Inititalizes a new dimension mismatch exception with the given exception message.

Namespace:  Meta.Numerics
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 1.4.0.0 (1.4.0.0)

Syntax

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

Parameters

message
String
The exception message.

See Also