Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

ExceptionRegion Struct

Definition

Namespace:
System.Reflection.Metadata
Assembly:
System.Reflection.Metadata.dll
Package:
System.Reflection.Metadata v11.0.0-preview.5.26302.115
Source:
ExceptionRegion.cs
Source:
ExceptionRegion.cs
Source:
ExceptionRegion.cs
Source:
ExceptionRegion.cs
Source:
ExceptionRegion.cs
Source:
ExceptionRegion.cs
Source:
ExceptionRegion.cs

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 ExceptionRegion
public struct ExceptionRegion
public readonly struct ExceptionRegion
type ExceptionRegion = struct
Public Structure ExceptionRegion
Inheritance
ExceptionRegion

Properties

Name Description
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


Feedback

Was this page helpful?