Exception thrown when an out of range index is passed to an NMath function.

Namespace: CenterSpace.NMath.Core
Assembly: NMathPremium (in NMathPremium.dll) Version: 5.3.0.0

Syntax

C#
public class IndexOutOfRangeException : NMathException
Visual Basic
Public Class IndexOutOfRangeException _
	Inherits NMathException
Visual C++
public ref class IndexOutOfRangeException : public NMathException

Inheritance Hierarchy

System..::..Object
  System..::..Exception
    System..::..ApplicationException
      CenterSpace.NMath.Core..::..NMathException
        CenterSpace.NMath.Core..::..IndexOutOfRangeException

See Also