Browse documentation

Enum ExceptionBlockType

Namespace
HarmonyLib
Assembly
0Harmony.dll

Exception block types

public enum ExceptionBlockType

Fields

BeginCatchBlock = 1

The beginning of a catch block

BeginExceptFilterBlock = 2

The beginning of an exception filter block

BeginExceptionBlock = 0

The beginning of an exception block

BeginFaultBlock = 3

The beginning of a fault block

BeginFinallyBlock = 4

The beginning of a finally block

EndExceptionBlock = 5

The end of an exception block

Harmony 3 preview

For the stable release, read the 2.x documentation.