Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public DimensionMismatchException(
string message
)
Public Sub New (
message As String
)
public:
DimensionMismatchException(
String^ message
)
new :
message : string -> DimensionMismatchException
Parameters
- message
- Type: SystemString
The error message that explains
the reason for the exception.
Reference