From 65b3aeb4fa8ae2be1085df6e5e9ec364e51b594c Mon Sep 17 00:00:00 2001 From: kurnakovv Date: Fri, 10 Oct 2025 15:17:04 +0900 Subject: [PATCH] Add code example for CA2201 rule (#49058) --- .../code-analysis/quality-rules/ca2201.md | 25 +++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/docs/fundamentals/code-analysis/quality-rules/ca2201.md b/docs/fundamentals/code-analysis/quality-rules/ca2201.md index d9318688aa6ab..4cd040f6adabf 100644 --- a/docs/fundamentals/code-analysis/quality-rules/ca2201.md +++ b/docs/fundamentals/code-analysis/quality-rules/ca2201.md @@ -10,6 +10,8 @@ helpviewer_keywords: - DoNotRaiseReservedExceptionTypes author: gewarren ms.author: gewarren +dev_langs: +- CSharp --- # CA2201: Do not raise reserved exception types @@ -78,6 +80,29 @@ For all other situations, consider creating your own type that derives from