_dispDebuggerEvents.OnExceptionNotHandled(String, String, Int32, String, dbgExceptionAction) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
À usage interne Microsoft uniquement.
Cette API prend en charge l'infrastructure du produit et n'est pas destinée à être utilisée directement à partir de votre code.
public:
void OnExceptionNotHandled(System::String ^ ExceptionType, System::String ^ Name, int Code, System::String ^ Description, [Runtime::InteropServices::Out] EnvDTE::dbgExceptionAction % ExceptionAction);
public:
void OnExceptionNotHandled(Platform::String ^ ExceptionType, Platform::String ^ Name, int Code, Platform::String ^ Description, [Runtime::InteropServices::Out] EnvDTE::dbgExceptionAction & ExceptionAction);
void OnExceptionNotHandled(std::wstring const & ExceptionType, std::wstring const & Name, int Code, std::wstring const & Description, [Runtime::InteropServices::Out] EnvDTE::dbgExceptionAction & ExceptionAction);
[System.Runtime.InteropServices.DispId(5)]
public void OnExceptionNotHandled (string ExceptionType, string Name, int Code, string Description, out EnvDTE.dbgExceptionAction ExceptionAction);
[<System.Runtime.InteropServices.DispId(5)>]
abstract member OnExceptionNotHandled : string * string * int * string * dbgExceptionAction -> unit
Public Sub OnExceptionNotHandled (ExceptionType As String, Name As String, Code As Integer, Description As String, ByRef ExceptionAction As dbgExceptionAction)
Paramètres
- ExceptionType
- String
Nom du type d'exception.
- Name
- String
Nom de l'exception.
- Code
- Int32
Type de code.
- Description
- String
Description.
- ExceptionAction
- dbgExceptionAction
Action d'exception.
- Attributs