Condividi tramite


IDebugBinder3.GetExceptionObjectAndType(IDebugObject, IDebugField) Method

Definition

public:
 int GetExceptionObjectAndType([Runtime::InteropServices::Out] Microsoft::VisualStudio::Debugger::Interop::IDebugObject ^ % ppException, [Runtime::InteropServices::Out] Microsoft::VisualStudio::Debugger::Interop::IDebugField ^ % ppField);
public int GetExceptionObjectAndType(out Microsoft.VisualStudio.Debugger.Interop.IDebugObject ppException, out Microsoft.VisualStudio.Debugger.Interop.IDebugField ppField);
abstract member GetExceptionObjectAndType : IDebugObject * IDebugField -> int
Public Function GetExceptionObjectAndType (ByRef ppException As IDebugObject, ByRef ppField As IDebugField) As Integer

Parameters

ppException
IDebugObject
ppField
IDebugField

Returns

Applies to