Share via


IDebugEngine2.RemoveSetException(EXCEPTION_INFO[]) Method

Definition

public:
 int RemoveSetException(cli::array <Microsoft::VisualStudio::Debugger::Interop::EXCEPTION_INFO> ^ pException);
public int RemoveSetException(Microsoft.VisualStudio.Debugger.Interop.EXCEPTION_INFO[] pException);
abstract member RemoveSetException : Microsoft.VisualStudio.Debugger.Interop.EXCEPTION_INFO[] -> int
Public Function RemoveSetException (pException As EXCEPTION_INFO()) As Integer

Parameters

pException
EXCEPTION_INFO[]

Returns

Applies to