Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 1.11 KB

icordebugexceptiondebugevent-getflags-method.md

File metadata and controls

42 lines (28 loc) · 1.11 KB
description title ms.date ms.assetid
Learn more about: ICorDebugExceptionDebugEvent::GetFlags Method
ICorDebugExceptionDebugEvent::GetFlags Method
03/30/2017
73225303-8852-487e-9a0e-9f0cb95e99d9

ICorDebugExceptionDebugEvent::GetFlags Method

Gets a flag that indicates whether the exception can be intercepted.

Syntax

HRESULT GetFlags(  
   [out] CorDebugExceptionFlags *pdwFlags  
);  

Parameters

pdwFlags
[out] A pointer to a CorDebugExceptionFlags value that indicates whether the exception can be intercepted.

Remarks

Note

This method is available with .NET Native only.

Requirements

Platforms: See System Requirements.

Header: CorDebug.idl, CorDebug.h

Library: CorGuids.lib

.NET Framework Versions: [!INCLUDEnet_46_native]

See also