ICorDebugThread2.InterceptCurrentException(ICorDebugFrame) 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:
void InterceptCurrentException(Microsoft::VisualStudio::CorDebugInterop::ICorDebugFrame ^ pFrame);
public:
void InterceptCurrentException(Microsoft::VisualStudio::CorDebugInterop::ICorDebugFrame ^ pFrame);
void InterceptCurrentException(Microsoft::VisualStudio::CorDebugInterop::ICorDebugFrame const & pFrame);
public void InterceptCurrentException (Microsoft.VisualStudio.CorDebugInterop.ICorDebugFrame pFrame);
abstract member InterceptCurrentException : Microsoft.VisualStudio.CorDebugInterop.ICorDebugFrame -> unit
Public Sub InterceptCurrentException (pFrame As ICorDebugFrame)
Parameters
- pFrame
- ICorDebugFrame