using System; using System.Reflection; using System.Reflection.Metadata; namespace Cosmos.IL2CPU { public static class ExceptionRegionExtensions { //TODO: Move this to Cosmos.IL2CPU public static Type GetCatchType(this ExceptionRegion aThis) { throw new Exception("NetCore Fix Me"); } } }