Click or drag to resize

DimensionMismatchException Constructor (String, Exception)

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

Namespace:  Meta.Numerics
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public DimensionMismatchException(
	string message,
	Exception innerException
)

Parameters

message
Type: SystemString
The exception message.
innerException
Type: SystemException
The inner exception.
See Also