VSCodeCommandNotFound 類別

無法具現化 VSCode 實例時引發的例外狀況。

繼承
VSCodeCommandNotFound

建構函式

VSCodeCommandNotFound(output=None, error_category='UserError')

參數

output
預設值: None
error_category
預設值: UserError

方法

add_note

Exception.add_note (附注) – 將附注新增至例外狀況

raise_with_traceback

使用現有的追蹤引發例外狀況。

自 1.22.0 版起已被取代:此方法已被取代,因為我們不再支援 Python 2。 請改用 raise/from。

with_traceback

Exception.with_traceback (tb) – 自行設定。traceback to tb and return self.

add_note

Exception.add_note (附注) – 將附注新增至例外狀況

add_note()

raise_with_traceback

使用現有的追蹤引發例外狀況。

自 1.22.0 版起已被取代:此方法已被取代,因為我們不再支援 Python 2。 請改用 raise/from。

raise_with_traceback() -> None

with_traceback

Exception.with_traceback (tb) – 自行設定。traceback to tb and return self.

with_traceback()

屬性

args

error_category

傳回錯誤類別目錄。

傳回

錯誤類別目錄。

傳回類型

no_personal_data_message

傳回沒有個人資料的錯誤訊息。

傳回

沒有個人資料錯誤訊息。

傳回類型

str

target

傳回錯誤目標。

傳回

錯誤目標。

傳回類型

continuation_token

continuation_token: str | None

exc_msg

exc_msg: str

exc_traceback

exc_traceback: TracebackType | None

exc_type

exc_type: Type[Any] | None

exc_value

exc_value: BaseException | None

inner_exception

inner_exception: BaseException | None

message

message: str