Click or drag to resize

InvalidArgumentException Class

Exception thrown when an invalid argument is passed to an NMath function.
Inheritance Hierarchy
SystemObject
  SystemException
    SystemApplicationException
      CenterSpace.NMath.CoreNMathException
        CenterSpace.NMath.CoreInvalidArgumentException

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
[SerializableAttribute]
public class InvalidArgumentException : NMathException

The InvalidArgumentException type exposes the following members.

Constructors
 NameDescription
Public methodInvalidArgumentException Default constructor. Constructs an empty InvalidArgumentException instance.
Public methodInvalidArgumentException(String) Constructs a InvalidArgumentException instance with the specifed exception message.
Public methodInvalidArgumentException(String, Exception) Constructs a InvalidArgumentException instance with the specifed exception message and underlying (inner) exception.
Public methodInvalidArgumentException(String, Int32, Int32) Constructs a InvalidArgumentException instance with an error message containing the name of the operation, and the number of rows and columns in the non-square matrix.
Top
See Also