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