Tolerance is too small.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
[SerializableAttribute]
public class ToleranceTooSmallException : IMSLException
Visual Basic (Declaration)
<SerializableAttribute> _
Public Class ToleranceTooSmallException _
	Inherits IMSLException
Visual C++
[SerializableAttribute]
public ref class ToleranceTooSmallException : public IMSLException

Exceptions

ExceptionCondition
Imsl.Math..::.ToleranceTooSmallException the tolerance is too small

Inheritance Hierarchy

See Also