Exception thrown when a method encounters a faulty text representation.

Namespace:  CenterSpace.NMath.Core
Assembly:  NMath (in NMath.dll) Version: 5.1.0.0

Syntax

C#
public class NMathFormatException : NMathException
Visual Basic (Declaration)
Public Class NMathFormatException _
	Inherits NMathException
Visual C++
public ref class NMathFormatException : public NMathException

Examples

A NMathFormatException is thrown, for example, if you try to create a vector from a string that has an incorrect format.

Inheritance Hierarchy

System..::.Object
  System..::.Exception
    System..::.ApplicationException
      CenterSpace.NMath.Core..::.NMathException
        CenterSpace.NMath.Core..::.NMathFormatException

See Also