7 references to IsIoRelatedException
Microsoft.Build.Engine.OM.UnitTests (7)
ExceptionHandling.cs (1)
146
return !
IsIoRelatedException
(e);
FileUtilities.cs (5)
816
catch (Exception ex) when (ExceptionHandling.
IsIoRelatedException
(ex))
896
catch (Exception ex) when (ExceptionHandling.
IsIoRelatedException
(ex))
933
catch (Exception ex) when (ExceptionHandling.
IsIoRelatedException
(ex))
1001
catch (Exception e) when (ExceptionHandling.
IsIoRelatedException
(e))
1265
catch (Exception ex) when (ExceptionHandling.
IsIoRelatedException
(ex))
TempFileUtilities.cs (1)
197
catch (Exception ex) when (ExceptionHandling.
IsIoRelatedException
(ex))