Represents errors that occur when using the matrix classes.
Copyright (c) 2003-2004, dnAnalytics Project. All rights reserved. See http://www.dnAnalytics.net for details.
Adopted to Altaxo (c) 2005 Dr. Dirk Lellinger.
Constructor | Description |
Full Usage:
MatrixException()
|
Initializes a new instance of the |
Full Usage:
MatrixException(message)
Parameters:
string
-
The error message that explains the reason for the exception.
|
Initializes a new instance of the
|
Full Usage:
MatrixException(message, inner)
Parameters:
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
|
Full Usage:
MatrixException(info, context)
Parameters:
SerializationInfo
-
The error message that explains the reason for the exception.
context : StreamingContext
-
The error message that explains the reason for the exception.
|
Initializes a new instance of the
|