<PackageReference Include="Microsoft.Packaging.Tools" Version="1.0.0-preview2-25401-01" />

System.Reflection.Metadata.ExceptionRegion

public struct ExceptionRegion
namespace System.Reflection.Metadata { public struct ExceptionRegion { public ExceptionRegionKind Kind { get; } public int TryOffset { get; } public int TryLength { get; } public int HandlerOffset { get; } public int HandlerLength { get; } public int FilterOffset { get; } public EntityHandle CatchType { get; } } }