ExceptionRegion Struct

Definition

public value class ExceptionRegion
public struct ExceptionRegion
public readonly struct ExceptionRegion
type ExceptionRegion = struct
Public Structure ExceptionRegion
Inheritance
ExceptionRegion

Properties

CatchType

Gets a TypeRef, TypeDef, or TypeSpec handle if the region represents a catch, or a nil token otherwise (default(EntityHandle)).

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.

Applies to