Click or drag to resize

IndexOutOfRangeException Class

Exception thrown when an out of range index is passed to an NMath function.
Inheritance Hierarchy
SystemObject
  SystemException
    SystemApplicationException
      CenterSpace.NMath.CoreNMathException
        CenterSpace.NMath.CoreIndexOutOfRangeException

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

The IndexOutOfRangeException type exposes the following members.

Constructors
 NameDescription
Public methodIndexOutOfRangeException Default constructor. Constructs an empty InvalidArgumentException instance.
Public methodIndexOutOfRangeException(Int32) Constructs a InvalidArgumentException instance with an error message containing the invalid index.
Public methodIndexOutOfRangeException(String) Constructs a InvalidArgumentException instance with the specifed exception message.
Public methodIndexOutOfRangeException(Int32, Int32) Constructs a InvalidArgumentException instance with an error message containing the invalid [row, column] array index.
Public methodIndexOutOfRangeException(String, Exception) Constructs a InvalidArgumentException instance with the specifed exception message and underlying (inner) exception.
Top
See Also