dotnet-core/release-notes/2.1/Preview/api-diff/preview1/2.1-preview1_System.Runtime.CompilerServices.md
2018-04-10 17:24:20 -07:00

336 B

System.Runtime.CompilerServices

 namespace System.Runtime.CompilerServices {
     public static class RuntimeFeature {
+        public const string PortablePdb = "PortablePdb";
     }
     public sealed class RuntimeWrappedException : Exception {
+        public RuntimeWrappedException(object thrownObject);
     }
 }