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