ExceptionRegion Struct 
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public value class ExceptionRegionpublic struct ExceptionRegionpublic readonly struct ExceptionRegiontype ExceptionRegion = structPublic Structure ExceptionRegion- Inheritance
Properties
| CatchType | Gets a TypeRef, TypeDef, or TypeSpec handle if the region represents a catch, or a nil token otherwise ( | 
| FilterOffset | Gets the IL offset of the start of the filter block, or -1 if the region is not a filter. | 
| HandlerLength | Gets the length in bytes of the exception handler. | 
| HandlerOffset | Gets the starting IL offset of the exception handler. | 
| Kind | |
| TryLength | Gets the length in bytes of the try block. | 
| TryOffset | Gets the starting IL offset of the try block. |