Show / Hide Table of Contents

Class ExceptionBlock

An exception block

Inheritance
System.Object
ExceptionBlock
Namespace: HarmonyLib
Assembly: 0Harmony.dll
Syntax
public class ExceptionBlock

Constructors

| Improve this Doc View Source

ExceptionBlock(ExceptionBlockType, Type)

Creates a new PatchProcessor.

Declaration
public ExceptionBlock(ExceptionBlockType blockType, Type catchType = null)
Parameters
Type Name Description
ExceptionBlockType blockType

The ExceptionBlockType

System.Type catchType

The catch type

Fields

| Improve this Doc View Source

blockType

Block type

Declaration
public ExceptionBlockType blockType
Field Value
Type Description
ExceptionBlockType
| Improve this Doc View Source

catchType

Catch type

Declaration
public Type catchType
Field Value
Type Description
System.Type
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX