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

System.Reflection.ExceptionHandlingClauseOptions

namespace System.Reflection { public enum ExceptionHandlingClauseOptions { Clause = 0, Fault = 4, Filter = 1, Finally = 2 } }