Show / Hide Table of Contents

Class ExceptionBlock

An exception block

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

Constructors

| Improve this Doc View Source

ExceptionBlock(ExceptionBlockType, Type)

Creates an exception block

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

Block type

Type catchType

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
Type
  • Improve this Doc
  • View Source
Back to top Generated by DocFX