Accord.NonPositiveDefiniteMatrixException.NonPositiveDefiniteMatrixException C# (CSharp) Méthode

NonPositiveDefiniteMatrixException() public méthode

Initializes a new instance of the NonPositiveDefiniteMatrixException class.
public NonPositiveDefiniteMatrixException ( string message, Exception innerException ) : System
message string Message providing some additional information.
innerException System.Exception The exception that is the cause of the current exception.
Résultat System
        public NonPositiveDefiniteMatrixException(string message, Exception innerException) :
            base(message, innerException) { }

Same methods

NonPositiveDefiniteMatrixException::NonPositiveDefiniteMatrixException ( ) : System
NonPositiveDefiniteMatrixException::NonPositiveDefiniteMatrixException ( SerializationInfo info, StreamingContext context ) : System
NonPositiveDefiniteMatrixException::NonPositiveDefiniteMatrixException ( string message ) : System
NonPositiveDefiniteMatrixException