Skip to content

Latest commit

 

History

History
43 lines (33 loc) · 1.24 KB

icorprofilercallback-exceptionoshandlerleave-method.md

File metadata and controls

43 lines (33 loc) · 1.24 KB
description title ms.date api_name api_location api_type f1_keywords helpviewer_keywords ms.assetid topic_type
Learn more about: ICorProfilerCallback::ExceptionOSHandlerLeave Method
ICorProfilerCallback::ExceptionOSHandlerLeave Method
03/30/2017
ICorProfilerCallback.ExceptionOSHandlerLeave
mscorwks.dll
COM
ICorProfilerCallback::ExceptionOSHandlerLeave
ExceptionOSHandlerLeave method [.NET Framework profiling]
ICorProfilerCallback::ExceptionOSHandlerLeave method [.NET Framework profiling]
4d164676-0ee9-4f67-a8ea-cb474db09053
apiref

ICorProfilerCallback::ExceptionOSHandlerLeave Method

Not implemented. A profiler that needs unmanaged exception information must obtain this information through other means.

Syntax

HRESULT ExceptionOSHandlerLeave(  
    [in] UINT_PTR __unused);  

Requirements

Platforms: See System Requirements.

Header: CorProf.idl, CorProf.h

Library: CorGuids.lib

.NET Framework Versions: [!INCLUDEnet_current_v20plus]

See also