TypeName | CatchEmptyAnalyzer |
Check Id | CC0003 |
Category | Design |
Severity | Warning |
Catch statements with no Exception as an argument is not recommended. Consider adding an Exception class to the catch statement.
A code fix will be presented to you that will transform the code:
TBD