IDebugExceptionCallback2.QueryStopOnException 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 QueryStopOnException(Microsoft::VisualStudio::Debugger::Interop::IDebugProcess2 ^ pProcess, Microsoft::VisualStudio::Debugger::Interop::IDebugProgram2 ^ pProgram, Microsoft::VisualStudio::Debugger::Interop::IDebugThread2 ^ pThread, Microsoft::VisualStudio::Debugger::Interop::IDebugExceptionEvent2 ^ pEvent);
public int QueryStopOnException(Microsoft.VisualStudio.Debugger.Interop.IDebugProcess2 pProcess, Microsoft.VisualStudio.Debugger.Interop.IDebugProgram2 pProgram, Microsoft.VisualStudio.Debugger.Interop.IDebugThread2 pThread, Microsoft.VisualStudio.Debugger.Interop.IDebugExceptionEvent2 pEvent);
abstract member QueryStopOnException : Microsoft.VisualStudio.Debugger.Interop.IDebugProcess2 * Microsoft.VisualStudio.Debugger.Interop.IDebugProgram2 * Microsoft.VisualStudio.Debugger.Interop.IDebugThread2 * Microsoft.VisualStudio.Debugger.Interop.IDebugExceptionEvent2 -> int
Public Function QueryStopOnException (pProcess As IDebugProcess2, pProgram As IDebugProgram2, pThread As IDebugThread2, pEvent As IDebugExceptionEvent2) As Integer
Parameters
- pProcess
- IDebugProcess2
- pProgram
- IDebugProgram2
- pThread
- IDebugThread2
- pEvent
- IDebugExceptionEvent2