IDebugBinder2.GetExceptionObjectAndType(IDebugObject, IDebugField) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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