dotnet-core/release-notes/5.0/netstandard2.1/5.0-preview5_System.Runtime.ExceptionServices.md

228 B

System.Runtime.ExceptionServices

 namespace System.Runtime.ExceptionServices {
     public sealed class ExceptionDispatchInfo {
+        public static Exception SetCurrentStackTrace(Exception source);
     }
 }