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

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

Syntax

C#
public class IndexOutOfRangeException : NMathException
Visual Basic (Declaration)
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