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