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