The boundary conditions are inconsistent.

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

Syntax

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

Exceptions

ExceptionCondition
Imsl.Math..::.BoundaryInconsistentException the boundary conditions are inconsistent.

Inheritance Hierarchy

See Also