_dispDebuggerEvents.OnExceptionThrown(String, String, Int32, String, dbgExceptionAction) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Somente para uso interno da Microsoft.
Esta API dá suporte à infraestrutura do produto e não deve ser usada diretamente do seu código.
public:
void OnExceptionThrown(System::String ^ ExceptionType, System::String ^ Name, int Code, System::String ^ Description, [Runtime::InteropServices::Out] EnvDTE::dbgExceptionAction % ExceptionAction);
public:
void OnExceptionThrown(Platform::String ^ ExceptionType, Platform::String ^ Name, int Code, Platform::String ^ Description, [Runtime::InteropServices::Out] EnvDTE::dbgExceptionAction & ExceptionAction);
void OnExceptionThrown(std::wstring const & ExceptionType, std::wstring const & Name, int Code, std::wstring const & Description, [Runtime::InteropServices::Out] EnvDTE::dbgExceptionAction & ExceptionAction);
[System.Runtime.InteropServices.DispId(4)]
public void OnExceptionThrown (string ExceptionType, string Name, int Code, string Description, out EnvDTE.dbgExceptionAction ExceptionAction);
[<System.Runtime.InteropServices.DispId(4)>]
abstract member OnExceptionThrown : string * string * int * string * dbgExceptionAction -> unit
Public Sub OnExceptionThrown (ExceptionType As String, Name As String, Code As Integer, Description As String, ByRef ExceptionAction As dbgExceptionAction)
Parâmetros
- ExceptionType
- String
O nome do tipo de exceção.
- Name
- String
O nome da exceção.
- Code
- Int32
O tipo de código.
- Description
- String
A descrição.
- ExceptionAction
- dbgExceptionAction
A ação de exceção.
- Atributos