_dispDebuggerEvents_SinkHelper.OnExceptionThrown Method

Definition

Microsoft Internal Use Only.

This API supports the product infrastructure and is not intended to be used directly from your code.

public:
 override void OnExceptionThrown(System::String ^ A_1, System::String ^ A_2, int A_3, System::String ^ A_4, EnvDTE::dbgExceptionAction % A_5);
public:
 virtual void OnExceptionThrown(System::String ^ A_1, System::String ^ A_2, int A_3, System::String ^ A_4, EnvDTE::dbgExceptionAction % A_5);
public:
 override void OnExceptionThrown(Platform::String ^ A_1, Platform::String ^ A_2, int A_3, Platform::String ^ A_4, EnvDTE::dbgExceptionAction &  A_5);
 override void OnExceptionThrown(std::wstring const & A_1, std::wstring const & A_2, int A_3, std::wstring const & A_4, EnvDTE::dbgExceptionAction & A_5);
public override void OnExceptionThrown (string A_1, string A_2, int A_3, string A_4, ref EnvDTE.dbgExceptionAction A_5);
public void OnExceptionThrown (string A_1, string A_2, int A_3, string A_4, ref EnvDTE.dbgExceptionAction A_5);
abstract member OnExceptionThrown : string * string * int * string * dbgExceptionAction -> unit
override this.OnExceptionThrown : string * string * int * string * dbgExceptionAction -> unit
Public Overrides Sub OnExceptionThrown (A_1 As String, A_2 As String, A_3 As Integer, A_4 As String, ByRef A_5 As dbgExceptionAction)
Public Sub OnExceptionThrown (A_1 As String, A_2 As String, A_3 As Integer, A_4 As String, ByRef A_5 As dbgExceptionAction)

Parameters

A_1
String
A_2
String
A_3
Int32
A_4
String

Implements

Applies to