_dispDebuggerEvents.OnExceptionThrown(String, String, Int32, String, dbgExceptionAction) Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Nur Microsoft-interne Verwendung.
Diese API unterstützt die Produktinfrastruktur und ist nicht für die direkte Verwendung aus Ihrem Code gedacht.
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)
Parameter
- ExceptionType
- String
Der Name des Ausnahme Typs.
- Name
- String
Der Name der Ausnahme.
- Code
- Int32
Der Typ des Codes.
- Description
- String
Die Beschreibung.
- ExceptionAction
- dbgExceptionAction
Die Ausnahme Aktion.
- Attribute