dotnet-core/release-notes/5.0/api-diff/netstandard2.1/5.0_System.Runtime.ExceptionServices.md

11 lines
228 B
Markdown
Raw Normal View History

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