Initializes a new dimension mismatch exception with the given exception message and inner exception.

Declaration Syntax
| C# | Visual Basic | Visual C++ | F# |
public DimensionMismatchException(
string message,
Exception innerException
)
public:
DimensionMismatchException(
String^ message,
Exception^ innerException
)
new :
message:string *
innerException:Exception -> DimensionMismatchException
Parameters
- message (String)
- The exeption message.
- innerException (Exception)
- The inner exception.
Assembly:
Meta.Numerics (Module: Meta.Numerics) Version: 2.0.0.0 (2.0.0.0)