Back to Harmony

Enum ExceptionBlockType

docs/api/HarmonyLib.ExceptionBlockType.html

2.4.2.0658 B
Original Source

Enum ExceptionBlockType

Exception block types

Namespace : HarmonyLib
Assembly : 0Harmony.dll
Syntax
public enum ExceptionBlockType

Fields

NameDescription
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

|