Share via


IDebugEngine2.SetException(EXCEPTION_INFO[]) Method

Definition

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

Parameters

pException
EXCEPTION_INFO[]

Returns

Applies to