Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 226 Bytes

Types_of-Exceptions.md

File metadata and controls

14 lines (13 loc) · 226 Bytes

standard Exceptions in C++

  1. bad_alloc
  2. domain_error
  3. bad_cast
  4. invalid_argument
  5. bad_typeid
  6. length_error
  7. bad_exception
  8. out_of_range
  9. logic_failure
  10. overflow_error
  11. range_error
  12. underflow_error