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

Declaration Syntax
| C# | Visual Basic | Visual C++ | F# |
public DimensionMismatchException(
string message
)
Public Sub New ( _
message As String _
)
public:
DimensionMismatchException(
String^ message
)
new :
message:string -> DimensionMismatchException
Parameters
- message (String)
- The exception message.
Assembly:
Meta.Numerics (Module: Meta.Numerics) Version: 2.0.0.0 (2.0.0.0)