Click or drag to resize

NonModifiableElementException Class

Exception thrown when an attempt is made to change the value of an element in a structured matrix that cannot be changed.
Inheritance Hierarchy
SystemObject
  SystemException
    SystemApplicationException
      CenterSpace.NMath.CoreNMathException
        CenterSpace.NMath.CoreNonModifiableElementException

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public class NonModifiableElementException : NMathException

The NonModifiableElementException type exposes the following members.

Constructors
 NameDescription
Public methodNonModifiableElementException Default constructor. Constructs an empty NonModifiableElementException instance.
Public methodNonModifiableElementException(String) Constructs a NonModifiableElementException instance with the specifed exception message.
Public methodNonModifiableElementException(String, Exception) Constructs a NonModifiableElementException instance with the specifed exception message and underlying (inner) exception.
Top
See Also