Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Indicates the type of exception clause that the code has just entered or left.
typedef enum {
COR_PRF_CLAUSE_NONE = 0,
COR_PRF_CLAUSE_FILTER = 1,
COR_PRF_CLAUSE_CATCH = 2,
COR_PRF_CLAUSE_FINALLY = 3,
} COR_PRF_CLAUSE_TYPE;;
Members
Member |
Description |
---|---|
COR_PRF_CLAUSE_NONE |
The exception clause is not valid. |
COR_PRF_CLAUSE_FILTER |
The exception clause is a filter expression. |
COR_PRF_CLAUSE_CATCH |
The exception clause is a catch statement. |
COR_PRF_CLAUSE_FINALLY |
The exception clause is a finally statement. |
Requirements
Platforms: Windows 2000, Windows XP, Windows Server 2003 family
Header: CorProf.idl
Library: CorGuids.lib
.NET Framework Version: 2.0