Accord.NonSymmetricMatrixException.NonSymmetricMatrixException C# (CSharp) Method

NonSymmetricMatrixException() public method

Initializes a new instance of the NonSymmetricMatrixException class.
public NonSymmetricMatrixException ( 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 NonSymmetricMatrixException(string message, Exception innerException) :
            base(message, innerException) { }

Same methods

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