bad_exception 類別
類別會描述可以從未預期的處理常式所擲回的例外狀況。
class bad_exception
: public exception {};
備註
未預期 會擲回 bad_exception 而非結束或不呼叫其他函式使用 set_unexpected 指定 bad_exception ,則會擲回例外狀況清單中。
what 所傳回的值是由實作環境決定 C 字串。 成員函式都不會擲回任何例外狀況。
如需 bad_exception 類別繼承的成員清單,請參閱 exception 類別。
範例
為 未預期 擲回 bad_exception的請參閱 set_unexpected 。
需求
Header: <例外狀況。>
命名空間: std