Click or drag to resize
UnboundedBelowException Constructor
Overload List
  NameDescription
Public methodUnboundedBelowException
Five consecutive steps of the maximum allowable stepsize have been taken, either the function is unbounded below, or has a finite asymptote in some directionor the maximum allowable step size is too small.
Public methodUnboundedBelowException(String)
Five consecutive steps of the maximum allowable stepsize have been taken, either the function is unbounded below, or has a finite asymptote in some directionor the maximum allowable step size is too small.
Protected methodUnboundedBelowException(SerializationInfo, StreamingContext)
Five consecutive steps of the maximum allowable stepsize have been taken, either the function is unbounded below, or has a finite asymptote in some directionor the maximum allowable step size is too small.
Public methodUnboundedBelowException(String, Exception)
Five consecutive steps of the maximum allowable stepsize have been taken, either the function is unbounded below, or has a finite asymptote in some directionor the maximum allowable step size is too small.
Top
See Also