Accord.NonPositiveDefiniteMatrixException.NonPositiveDefiniteMatrixException C# (CSharp) Method

NonPositiveDefiniteMatrixException() public method

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.
return 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