8 references to ExceptionHandling
Microsoft.Build.Engine.OM.UnitTests (8)
ExceptionHandling.cs (1)
364
lock (typeof(
ExceptionHandling
))
FileUtilities.cs (6)
756
catch (Exception ex) when (
ExceptionHandling
.IsIoRelatedException(ex))
845
catch (Exception ex) when (
ExceptionHandling
.IsIoRelatedException(ex))
925
catch (Exception ex) when (
ExceptionHandling
.IsIoRelatedException(ex))
962
catch (Exception ex) when (
ExceptionHandling
.IsIoRelatedException(ex))
1030
catch (Exception e) when (
ExceptionHandling
.IsIoRelatedException(e))
1294
catch (Exception ex) when (
ExceptionHandling
.IsIoRelatedException(ex))
TempFileUtilities.cs (1)
197
catch (Exception ex) when (
ExceptionHandling
.IsIoRelatedException(ex))