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

10 lines
228 B
Markdown

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