What exception classes are in the standard C++ library

Viewed 59134

What are the exception classes that are included in the standard C++ library, and what should they be used for? I know there are a few new C++11 exceptions, but I'm not sure what they are or where they are.

2 Answers
Related