C# Class Microsoft.R.Debugger.AD7DebugExceptionEvent

Inheritance: AD7StoppingEvent, IDebugExceptionEvent2
Show file Open project: Microsoft/RTVS

Public Methods

Method 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 method

public AD7DebugExceptionEvent ( string typeName, string description, bool isUnhandled, AD7Engine engine ) : System
typeName string
description string
isUnhandled bool
engine AD7Engine
return System

CanPassToDebuggee() public method

public CanPassToDebuggee ( ) : int
return int

GetException() public method

public GetException ( EXCEPTION_INFO pExceptionInfo ) : int
pExceptionInfo EXCEPTION_INFO
return int

GetExceptionDescription() public method

public GetExceptionDescription ( string &pbstrDescription ) : int
pbstrDescription string
return int

PassToDebuggee() public method

public PassToDebuggee ( int fPass ) : int
fPass int
return int