Enum ExceptionBlockType
Exception block types
Namespace: HarmonyLib
Assembly: 0Harmony.dll
Syntax
public enum ExceptionBlockType
Fields
| Name | Description |
|---|---|
| BeginCatchBlock | The beginning of a catch block |
| BeginExceptFilterBlock | The beginning of an except filter block (currently not supported to use in a patch) |
| BeginExceptionBlock | The beginning of an exception block |
| BeginFaultBlock | The beginning of a fault block |
| BeginFinallyBlock | The beginning of a finally block |
| EndExceptionBlock | The end of an exception block |