IDebugEngine2.SetException(EXCEPTION_INFO[]) 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 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[]