Class ExceptionBlock
An exception block
Inheritance
System.Object
ExceptionBlock
Namespace: Harmony
Assembly: 0Harmony.dll
Syntax
public class ExceptionBlock : object
Constructors
| Improve this Doc View SourceExceptionBlock(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 SourceblockType
Block type
Declaration
public ExceptionBlockType blockType
Field Value
| Type | Description |
|---|---|
| ExceptionBlockType |
catchType
Catch type
Declaration
public Type catchType
Field Value
| Type | Description |
|---|---|
| Type |