struct
#include <xnetwork/exception.hpp>
ExceededMaxIterations Raised if (a loop iterates too many times without breaking. This may occur, for example, in an algorithm that computes progressively better approximations to a value but exceeds an iteration bound specified by the user.
Base classes
- struct XNetworkException
Constructors, destructors, conversion operators
- ExceededMaxIterations(std::string_view msg) explicit