Enum ExceptionBlockType
- Namespace
- HarmonyLib
- Assembly
- 0Harmony.dll
Exception block types
public enum ExceptionBlockType
Fields
BeginCatchBlock = 1The beginning of a catch block
BeginExceptFilterBlock = 2The beginning of an exception filter block
BeginExceptionBlock = 0The beginning of an exception block
BeginFaultBlock = 3The beginning of a fault block
BeginFinallyBlock = 4The beginning of a finally block
EndExceptionBlock = 5The end of an exception block