Click or drag to resize

NotSquareMatrixException(String) Constructor

Initializes a new instance of the NotSquareMatrixException class with a specified error message.

Namespace: Altaxo.Calc.LinearAlgebra
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public NotSquareMatrixException(
	string message
)

Parameters

message  String
The error message that explains the reason for the exception.
See Also