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