Click or drag to resize

NMathFormatException Class

Exception thrown when a method encounters a faulty text representation.
Inheritance Hierarchy
SystemObject
  SystemException
    SystemApplicationException
      CenterSpace.NMath.CoreNMathException
        CenterSpace.NMath.CoreNMathFormatException

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
[SerializableAttribute]
public class NMathFormatException : NMathException

The NMathFormatException type exposes the following members.

Constructors
 NameDescription
Public methodNMathFormatException Default constructor. Constructs an empty NMathFormatException instance.
Public methodNMathFormatException(String) Constructs an NMathFormatException instance with the specifed exception message.
Public methodNMathFormatException(String, Exception) Constructs an NMathFormatException instance with the specifed exception message and underlying (inner) exception.
Top
Example
A NMathFormatException is thrown, for example, if you try to create a vector from a string that has an incorrect format.
See Also