LinearAlgebraException Type

Represents errors that occur when using the dnA library.

Constructors

Constructor Description

LinearAlgebraException()

Full Usage: LinearAlgebraException()

Initializes a new instance of the LinearAlgebraException class.

LinearAlgebraException(message)

Full Usage: LinearAlgebraException(message)

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

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

message : string

The error message that explains the reason for the exception.

LinearAlgebraException(message, inner)

Full Usage: LinearAlgebraException(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 LinearAlgebraException 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.

LinearAlgebraException(info, context)

Full Usage: LinearAlgebraException(info, context)

Parameters:
    info : 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 LinearAlgebraException class with serialized data.

info : SerializationInfo

The error message that explains the reason for the exception.

context : StreamingContext

The error message that explains the reason for the exception.