 | NMathFormatException Class |
Exception thrown when a method encounters a faulty text representation.
Inheritance Hierarchy Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
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
end
The NMathFormatException type exposes the following members.
Constructors
Example
A NMathFormatException is thrown, for example, if you try to
create a vector from a string that has an incorrect format.
See Also