NotPositiveDefiniteException(String) Constructor |
Initializes a new instance of the NotPositiveDefiniteException class with a specified error message.
Namespace: Altaxo.Calc.LinearAlgebraAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public NotPositiveDefiniteException(
string message
)
Parameters
- message String
- The error message that explains the reason for the exception.
See Also