IDebugSession3.EnumDefaultExceptions 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 EnumDefaultExceptions(cli::array <Microsoft::VisualStudio::Debugger::Interop::EXCEPTION_INFO> ^ pParentException, [Runtime::InteropServices::Out] Microsoft::VisualStudio::Debugger::Interop::IEnumDebugExceptionInfo2 ^ % ppEnum);
public int EnumDefaultExceptions(Microsoft.VisualStudio.Debugger.Interop.EXCEPTION_INFO[] pParentException, out Microsoft.VisualStudio.Debugger.Interop.IEnumDebugExceptionInfo2 ppEnum);
abstract member EnumDefaultExceptions : Microsoft.VisualStudio.Debugger.Interop.EXCEPTION_INFO[] * IEnumDebugExceptionInfo2 -> int
Public Function EnumDefaultExceptions (pParentException As EXCEPTION_INFO(), ByRef ppEnum As IEnumDebugExceptionInfo2) As Integer
Parameters
- pParentException
- EXCEPTION_INFO[]
- ppEnum
- IEnumDebugExceptionInfo2