VSCodeCommandNotFound Classe
Eccezione generata quando non è possibile creare un'istanza di VSCode.
- Ereditarietà
-
VSCodeCommandNotFound
Costruttore
VSCodeCommandNotFound(output=None, error_category='UserError')
Parametri
- output
- error_category
Metodi
add_note |
Exception.add_note(nota) - Aggiungere una nota all'eccezione |
raise_with_traceback |
Generare l'eccezione con il traceback esistente. Deprecato dalla versione 1.22.0: questo metodo è deprecato perché non supportiamo più Python 2. Usare invece raise/from. |
with_traceback |
Exception.with_traceback(tb) : impostare self.Exception.with_traceback(tb). traceback in tb e restituire l'auto. |
add_note
Exception.add_note(nota) - Aggiungere una nota all'eccezione
add_note()
raise_with_traceback
Generare l'eccezione con il traceback esistente.
Deprecato dalla versione 1.22.0: questo metodo è deprecato perché non supportiamo più Python 2. Usare invece raise/from.
raise_with_traceback() -> None
with_traceback
Exception.with_traceback(tb) : impostare self.Exception.with_traceback(tb). traceback in tb e restituire l'auto.
with_traceback()
Attributi
args
error_category
no_personal_data_message
Restituisce il messaggio di errore senza dati personali.
Restituisce
Nessun messaggio di errore dei dati personali.
Tipo restituito
target
Restituisce la destinazione dell'errore.
Restituisce
Destinazione dell'errore.
Tipo restituito
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
Azure SDK for Python