 | NonModifiableElementException Constructor (String, Exception) |
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
Syntaxpublic NonModifiableElementException(
string s,
Exception e
)
Public Sub New (
s As String,
e As Exception
)
public:
NonModifiableElementException(
String^ s,
Exception^ e
)
new :
s : string *
e : Exception -> NonModifiableElementException
Parameters
- s
- Type: SystemString
The exception message. - e
- Type: SystemException
The inner exception.
See Also