<PackageReference Include="NETStandard.Library" Version="2.0.0" />

System.Reflection.ExceptionHandlingClause

namespace System.Reflection { public class ExceptionHandlingClause { public virtual Type CatchType { get; } public virtual int FilterOffset { get; } public virtual ExceptionHandlingClauseOptions Flags { get; } public virtual int HandlerLength { get; } public virtual int HandlerOffset { get; } public virtual int TryLength { get; } public virtual int TryOffset { get; } protected ExceptionHandlingClause(); } }