Share via


IDebugSession3.AddExceptionCallback Method

Definition

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[]

Returns

Applies to