Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Reflection.Metadata.ExceptionRegion Struct Reference

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
 

Detailed Description

Definition at line 3 of file ExceptionRegion.cs.


The documentation for this struct was generated from the following file: