_dispDebuggerEvents.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
Sub OnExceptionThrown ( _
    ExceptionType As String, _
    Name As String, _
    Code As Integer, _
    Description As String, _
    <OutAttribute> ByRef ExceptionAction As dbgExceptionAction _
)
void OnExceptionThrown(
    string ExceptionType,
    string Name,
    int Code,
    string Description,
    out dbgExceptionAction ExceptionAction
)
void OnExceptionThrown(
    [InAttribute] String^ ExceptionType, 
    [InAttribute] String^ Name, 
    [InAttribute] int Code, 
    [InAttribute] String^ Description, 
    [InAttribute] [OutAttribute] dbgExceptionAction% ExceptionAction
)
abstract OnExceptionThrown : 
        ExceptionType:string * 
        Name:string * 
        Code:int * 
        Description:string * 
        ExceptionAction:dbgExceptionAction byref -> unit
function OnExceptionThrown(
    ExceptionType : String, 
    Name : String, 
    Code : int, 
    Description : String, 
    ExceptionAction : dbgExceptionAction
)

Parameters

  • ExceptionType
    Type: System.String

    The name of the exception type.

.NET Framework Security

See Also

Reference

_dispDebuggerEvents Interface

EnvDTE Namespace