C#-CSharpNoCatchAllExceptionsClauseΒΆ
Do not use a single clause for catching all exceptions
Required inputs: CSharpAST
try/catch block does not have a single catch clause catching
System.Exception.Possible Messages
Key |
Text |
Severity |
Disabled |
|---|---|---|---|
single_catch_all |
Single clause for catching all exceptions used. |
None |
False |
Options
This rule shares the following common options: excludes, includes, justification_checker, post_processing, provider, severity
The following places define options that affect this rule: Stylechecks, Analysis-GlobalOptions
This rule has no individual options.