Skip to content

Commit 25164df

Browse files
committed
Added sub-type exclusion note
1 parent 41364ed commit 25164df

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/analyzers/PH_S032.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Encapsulate the exceptions in a task using `Task.FromException(...)`.
1212
## Options
1313

1414
```ini
15-
# A white-space separated list of exception types to not report
15+
# A white-space separated list of exception types to not report. The sub-types of these types will be excluded too.
1616
# Format: <type-specifier1> <type-specifier2> ...
1717
dotnet_diagnostic.PH_S032.exclusions = System.ArgumentException System.NotImplementedException
1818
```

0 commit comments

Comments
 (0)