Class ExceptionBlock
An exception block
Inheritance
System.Object
ExceptionBlock
Namespace: HarmonyLib
Assembly: 0Harmony.dll
Syntax
public class ExceptionBlock
Constructors
| Improve this Doc View SourceExceptionBlock(ExceptionBlockType, Type)
Creates a new PatchProcessor.
Declaration
public ExceptionBlock(ExceptionBlockType blockType, Type catchType = null)
Parameters
Type | Name | Description |
---|---|---|
ExceptionBlockType | blockType | |
System.Type | catchType | The catch type |
Fields
| Improve this Doc View SourceblockType
Block type
Declaration
public ExceptionBlockType blockType
Field Value
Type | Description |
---|---|
ExceptionBlockType |
catchType
Catch type
Declaration
public Type catchType
Field Value
Type | Description |
---|---|
System.Type |