InvalidContentMatrixException Type

The exception is thrown when a singular matrix is passed a method not expecting one.

Copyright (c) 2003-2004, dnAnalytics Project. All rights reserved. See http://www.dnAnalytics.net for details.

Adopted to Altaxo (c) 2005 Dr. Dirk Lellinger.

Constructors

Constructor Description

InvalidContentMatrixException()

Full Usage: InvalidContentMatrixException()

Initializes a new instance of the SingularMatrixException class.

InvalidContentMatrixException(message)

Full Usage: InvalidContentMatrixException(message)

Parameters:
    message : string - The error message that explains the reason for the exception.

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

message : string

The error message that explains the reason for the exception.

InvalidContentMatrixException(message, inner)

Full Usage: InvalidContentMatrixException(message, inner)

Parameters:
    message : string - The error message that explains the reason for the exception.
    inner : exn - The exception that is the cause of the current exception. If the innerException parameter is not a null reference, the current exception is raised in a catch block that handles the inner exception.

Initializes a new instance of the SingularMatrixException class with a specified error message and a reference to the inner exception that is the cause of this exception.

message : string

The error message that explains the reason for the exception.

inner : exn

The exception that is the cause of the current exception. If the innerException parameter is not a null reference, the current exception is raised in a catch block that handles the inner exception.