IDebugSession3.RemoveExceptionCallback 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 RemoveExceptionCallback(cli::array <Microsoft::VisualStudio::Debugger::Interop::EXCEPTION_INFO> ^ pException, Microsoft::VisualStudio::Debugger::Interop::IDebugExceptionCallback2 ^ pCallback);
public int RemoveExceptionCallback(Microsoft.VisualStudio.Debugger.Interop.EXCEPTION_INFO[] pException, Microsoft.VisualStudio.Debugger.Interop.IDebugExceptionCallback2 pCallback);
abstract member RemoveExceptionCallback : Microsoft.VisualStudio.Debugger.Interop.EXCEPTION_INFO[] * Microsoft.VisualStudio.Debugger.Interop.IDebugExceptionCallback2 -> int
Public Function RemoveExceptionCallback (pException As EXCEPTION_INFO(), pCallback As IDebugExceptionCallback2) As Integer
Parameters
- pException
- EXCEPTION_INFO[]
- pCallback
- IDebugExceptionCallback2