 | NonModifiableElementException Constructor (String) |
Constructs a NonModifiableElementException instance with the specifed exception message.
Namespace:
CenterSpace.NMath.Core
Assembly:
NMath (in NMath.dll) Version: 7.4
Syntaxpublic NonModifiableElementException(
string s
)
Public Sub New (
s As String
)
public:
NonModifiableElementException(
String^ s
)
new :
s : string -> NonModifiableElementException
Parameters
- s
- Type: SystemString
The exception message.
See Also