Base class for exceptions thrown by the NMath product suite.

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

Syntax

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

Inheritance Hierarchy

See Also