Click or drag to resize

NonModifiableElementException(String, Exception) Constructor

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

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public NonModifiableElementException(
	string s,
	Exception e
)

Parameters

s  String
The exception message.
e  Exception
The inner exception.
See Also