Code Analysis ReferenceAnalyzersRCS1265On this pageRCS1265: Remove redundant catch blockPropertiesPropertyValueDefault SeverityInfoMinimum language version-ExamplesExample #1diagnostic.cstry{ DoSomething();}catch{ throw;}finally{ DoSomethingElse();}fix.cstry{ DoSomething();}finally{ DoSomethingElse();}Applies toExtension for VS 2022Extension for VS CodeExtension for Open VSXPackage Roslynator.Analyzers