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