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