|
Terraria v1.4.4.9
Terraria source code documentation
|
Package Functions | |
| ExceptionRegion (ExceptionRegionKind kind, int tryOffset, int tryLength, int handlerOffset, int handlerLength, int classTokenOrFilterOffset) | |
Properties | |
| ExceptionRegionKind | Kind [get] |
| int | TryOffset [get] |
| int | TryLength [get] |
| int | HandlerOffset [get] |
| int | HandlerLength [get] |
| int | FilterOffset [get] |
| EntityHandle | CatchType [get] |
Private Attributes | |
| readonly ExceptionRegionKind | _kind |
| readonly int | _tryOffset |
| readonly int | _tryLength |
| readonly int | _handlerOffset |
| readonly int | _handlerLength |
| readonly int | _classTokenOrFilterOffset |
Definition at line 3 of file ExceptionRegion.cs.