Constructs a NonModifiableElementException instance with the specifed exception message and underlying (inner) exception.

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

Syntax

C#
public NonModifiableElementException(
	string s,
	Exception e
)
Visual Basic (Declaration)
Public Sub New ( _
	s As String, _
	e As Exception _
)
Visual C++
public:
NonModifiableElementException(
	String^ s, 
	Exception^ e
)

Parameters

s
Type: System..::.String
The exception message.
e
Type: System..::.Exception
The inner exception.

See Also