Polly.Utils.ExceptionUtilities static class ExceptionUtilities Documentation Code namespace Polly.Utils { internal static class ExceptionUtilities { public static T TrySetStackTrace<[Nullable(0)] T>(this T exception) where T : Exception; } }