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