7 references to ExceptionHandling
Microsoft.Build.Engine.OM.UnitTests (7)
ExceptionHandling.cs (1)
341lock (typeof(ExceptionHandling))
FileUtilities.cs (5)
789catch (Exception ex) when (ExceptionHandling.IsIoRelatedException(ex)) 863catch (Exception ex) when (ExceptionHandling.IsIoRelatedException(ex)) 900catch (Exception ex) when (ExceptionHandling.IsIoRelatedException(ex)) 968catch (Exception e) when (ExceptionHandling.IsIoRelatedException(e)) 1225catch (Exception ex) when (ExceptionHandling.IsIoRelatedException(ex))
TempFileUtilities.cs (1)
197catch (Exception ex) when (ExceptionHandling.IsIoRelatedException(ex))