Meta.Numerics Library
DimensionMismatchException Constructor (message, innerException)
Meta.NumericsMeta.NumericsDimensionMismatchExceptionDimensionMismatchException(String, Exception)
Initializes a new dimension mismatch exception with the given exception message and inner exception.
Declaration Syntax
C#Visual BasicVisual C++F#
public DimensionMismatchException(
	string message,
	Exception innerException
)
Public Sub New ( _
	message As String, _
	innerException As Exception _
)
public:
DimensionMismatchException(
	String^ message, 
	Exception^ innerException
)
new : 
        message:string * 
        innerException:Exception -> DimensionMismatchException
Parameters
message (String)
The exeption message.
innerException (Exception)
The inner exception.