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