<PackageReference Include="NETStandard.Library" Version="2.0.0-preview2-25401-01" />

System.Reflection.ExceptionHandlingClauseOptions

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