C# Class Microsoft.R.Debugger.AD7DebugExceptionEvent

Inheritance: AD7StoppingEvent, IDebugExceptionEvent2
Afficher le fichier Open project: Microsoft/RTVS

Méthodes publiques

Méthode Description
AD7DebugExceptionEvent ( string typeName, string description, bool isUnhandled, AD7Engine engine ) : System
CanPassToDebuggee ( ) : int
GetException ( EXCEPTION_INFO pExceptionInfo ) : int
GetExceptionDescription ( string &pbstrDescription ) : int
PassToDebuggee ( int fPass ) : int

Method Details

AD7DebugExceptionEvent() public méthode

public AD7DebugExceptionEvent ( string typeName, string description, bool isUnhandled, AD7Engine engine ) : System
typeName string
description string
isUnhandled bool
engine AD7Engine
Résultat System

CanPassToDebuggee() public méthode

public CanPassToDebuggee ( ) : int
Résultat int

GetException() public méthode

public GetException ( EXCEPTION_INFO pExceptionInfo ) : int
pExceptionInfo EXCEPTION_INFO
Résultat int

GetExceptionDescription() public méthode

public GetExceptionDescription ( string &pbstrDescription ) : int
pbstrDescription string
Résultat int

PassToDebuggee() public méthode

public PassToDebuggee ( int fPass ) : int
fPass int
Résultat int