Exception 基础:throw、try、catch | C++

本章覆盖:`throw`;`try`;`catch`;exception object;type matching;catch by const reference;catch-all;rethrow;error propagation;exception 用于异常路径而不是普通分支。

本章知识点

  • throw
  • try
  • catch
  • exception object
  • type matching
  • catch by const reference
  • catch-all
  • rethrow
  • error propagation
  • exception 用于异常路径而不是普通分支