|
Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
| override string | ToString () |
Properties | |
| override ExceptionHandlingClauseOptions | Flags [get] |
| override int | TryOffset [get] |
| override int | TryLength [get] |
| override int | HandlerOffset [get] |
| override int | HandlerLength [get] |
| override int | FilterOffset [get] |
| override Type | CatchType [get] |
Private Member Functions | |
| RuntimeExceptionHandlingClause () | |
Private Attributes | |
| RuntimeMethodBody | _methodBody |
| ExceptionHandlingClauseOptions | _flags |
| int | _tryOffset |
| int | _tryLength |
| int | _handlerOffset |
| int | _handlerLength |
| int | _catchMetadataToken |
| int | _filterOffset |
Definition at line 6 of file RuntimeExceptionHandlingClause.cs.