_dispDebuggerEvents_SinkHelper.OnExceptionNotHandled 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 OnExceptionNotHandled(System::String ^ A_1, System::String ^ A_2, int A_3, System::String ^ A_4, EnvDTE::dbgExceptionAction % A_5);
public:
 virtual void OnExceptionNotHandled(System::String ^ A_1, System::String ^ A_2, int A_3, System::String ^ A_4, EnvDTE::dbgExceptionAction % A_5);
public:
 override void OnExceptionNotHandled(Platform::String ^ A_1, Platform::String ^ A_2, int A_3, Platform::String ^ A_4, EnvDTE::dbgExceptionAction &  A_5);
 override void OnExceptionNotHandled(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 OnExceptionNotHandled (string A_1, string A_2, int A_3, string A_4, ref EnvDTE.dbgExceptionAction A_5);
public void OnExceptionNotHandled (string A_1, string A_2, int A_3, string A_4, ref EnvDTE.dbgExceptionAction A_5);
abstract member OnExceptionNotHandled : string * string * int * string * dbgExceptionAction -> unit
override this.OnExceptionNotHandled : string * string * int * string * dbgExceptionAction -> unit
Public Overrides Sub OnExceptionNotHandled (A_1 As String, A_2 As String, A_3 As Integer, A_4 As String, ByRef A_5 As dbgExceptionAction)
Public Sub OnExceptionNotHandled (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