Exception thrown when an attempt is made to change the value of an element in a structured matrix that cannot be changed.

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

Syntax

C#
public class NonModifiableElementException : NMathException
Visual Basic (Declaration)
Public Class NonModifiableElementException _
	Inherits NMathException
Visual C++
public ref class NonModifiableElementException : public NMathException

Inheritance Hierarchy

System..::.Object
  System..::.Exception
    System..::.ApplicationException
      CenterSpace.NMath.Core..::.NMathException
        CenterSpace.NMath.Matrix..::.NonModifiableElementException

See Also