Click or drag to resize

NonModifiableElementException(String) Constructor

Constructs a NonModifiableElementException instance with the specifed exception message.

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

Parameters

s  String
The exception message.
See Also