How to throw exception to next catch? December 8, 2023 by Tarik C# 6.0 to the rescue! try { } catch (Exception ex) when (tried < 5) { }