|  | NMathFormatException Class | 
            Exception thrown when a method encounters a faulty text representation.
            
 Inheritance Hierarchy
Inheritance Hierarchy NMath (in NMath.dll) Version: 7.4
 Syntax
Syntax[SerializableAttribute]
public class NMathFormatException : NMathException
<SerializableAttribute>
Public Class NMathFormatException
	Inherits NMathException
[SerializableAttribute]
public ref class NMathFormatException : public NMathException
[<SerializableAttribute>]
type NMathFormatException = 
    class
        inherit NMathException
    endThe NMathFormatException type exposes the following members.
 Constructors
Constructors Example
Example
            A NMathFormatException is thrown, for example, if you try to
            create a vector from a string that has an incorrect format.
            
 See Also
See Also