_dispDebuggerEvents_SinkHelper.OnExceptionThrown Method
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Microsoft Internal Use Only.
Namespace: EnvDTE
Assembly: EnvDTE (in EnvDTE.dll)
Syntax
'Declaration
Public Overridable Sub OnExceptionThrown ( _
A_1 As String, _
A_2 As String, _
A_3 As Integer, _
A_4 As String, _
ByRef A_5 As dbgExceptionAction _
)
public virtual void OnExceptionThrown(
string A_1,
string A_2,
int A_3,
string A_4,
ref dbgExceptionAction A_5
)
public:
virtual void OnExceptionThrown(
String^ A_1,
String^ A_2,
int A_3,
String^ A_4,
dbgExceptionAction% A_5
)
abstract OnExceptionThrown :
A_1:string *
A_2:string *
A_3:int *
A_4:string *
A_5:dbgExceptionAction byref -> unit
override OnExceptionThrown :
A_1:string *
A_2:string *
A_3:int *
A_4:string *
A_5:dbgExceptionAction byref -> unit
public function OnExceptionThrown(
A_1 : String,
A_2 : String,
A_3 : int,
A_4 : String,
A_5 : dbgExceptionAction
)
Parameters
A_1
Type: System.String
A_2
Type: System.String
A_3
Type: System.Int32
A_4
Type: System.String
A_5
Type: EnvDTE.dbgExceptionAction%
Implements
_dispDebuggerEvents.OnExceptionThrown(String, String, Int32, String, dbgExceptionAction%)
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.