The <exception> header file defines the exception class, which is the base class for the exception hierarchy.
The exception class is the base class for all Standard Template Library exceptions.
Membersclass bad_exception : public exception;
A bad_exception is thrown to indicate an unhandled exception.
Members© 20072025 XoaX.net LLC. All rights reserved.