Kind of CoreCLR exception handler represented in ClrEHUnwindMap.
Declared in <llvm/CodeGen/WinEHFuncInfo.h>
enum class ClrHandlerType : int;
| Name | Description |
|---|---|
Catch | Catch handler for a typed exception. |
Finally | Finally (cleanup) handler. |
Fault | Fault handler. |
Filter | Filter-based handler. |