Catch exception
Author: LGTM
import csharp
from CatchClause catch
where catch.getCaughtExceptionType().hasQualifiedName("System.IO.IOException")
select catch
Description
Finds places where we catch exceptions of type 'System.IO.IOException'.
import csharp
from CatchClause catch
where catch.getCaughtExceptionType().hasQualifiedName("System.IO.IOException")
select catch
Finds places where we catch exceptions of type 'System.IO.IOException'.