We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41364ed commit 25164dfCopy full SHA for 25164df
1 file changed
doc/analyzers/PH_S032.md
@@ -12,7 +12,7 @@ Encapsulate the exceptions in a task using `Task.FromException(...)`.
12
## Options
13
14
```ini
15
-# A white-space separated list of exception types to not report
+# A white-space separated list of exception types to not report. The sub-types of these types will be excluded too.
16
# Format: <type-specifier1> <type-specifier2> ...
17
dotnet_diagnostic.PH_S032.exclusions = System.ArgumentException System.NotImplementedException
18
```
0 commit comments