29 references to ExceptionHandling
Microsoft.Build.Utilities.Core (29)
ExceptionHandling.cs (1)
364
lock (typeof(
ExceptionHandling
))
FileMatcher.cs (4)
2026
catch (Exception e) when (
ExceptionHandling
.IsIoRelatedException(e))
2611
if (ex.Flatten().InnerExceptions.All(
ExceptionHandling
.IsIoRelatedException))
2622
catch (Exception ex) when (
ExceptionHandling
.IsIoRelatedException(ex))
2644
return ex.Flatten().InnerExceptions.All(
ExceptionHandling
.IsIoRelatedException);
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))
FrameworkLocationHelper.cs (1)
1024
catch (Exception e) when (
ExceptionHandling
.IsIoRelatedException(e))
Modifiers.cs (1)
401
catch (Exception e) when (
ExceptionHandling
.IsIoRelatedException(e))
PlatformManifest.cs (1)
156
catch (Exception e) when (!
ExceptionHandling
.IsCriticalException(e))
SDKManifest.cs (1)
358
catch (Exception e) when (!
ExceptionHandling
.IsCriticalException(e))
TempFileUtilities.cs (1)
197
catch (Exception ex) when (
ExceptionHandling
.IsIoRelatedException(ex))
ToolLocationHelper.cs (7)
865
catch (Exception e) when (
ExceptionHandling
.IsIoRelatedException(e))
1062
catch (Exception e) when (
ExceptionHandling
.IsIoRelatedException(e))
1182
catch (Exception e) when (
ExceptionHandling
.IsIoRelatedException(e))
1471
catch (Exception e) when (!
ExceptionHandling
.IsCriticalException(e))
3078
catch (Exception e) when (
ExceptionHandling
.IsIoRelatedException(e))
3173
catch (Exception ex) when (
ExceptionHandling
.IsIoRelatedException(ex))
3221
catch (Exception e) when (!
ExceptionHandling
.IsCriticalException(e))
ToolsetElement.cs (1)
101
catch (Exception ex) when (
ExceptionHandling
.IsIoRelatedException(ex))
ToolTask.cs (1)
858
catch (Exception e) when (
ExceptionHandling
.IsIoRelatedException(e))
TrackedDependencies\CanonicalTrackedInputFiles.cs (1)
814
catch (Exception e) when (
ExceptionHandling
.IsIoRelatedException(e))
TrackedDependencies\CanonicalTrackedOutputFiles.cs (1)
230
catch (Exception e) when (
ExceptionHandling
.IsIoRelatedException(e))
TrackedDependencies\FileTracker.cs (1)
439
catch (Exception e) when (
ExceptionHandling
.IsIoRelatedException(e))
TrackedDependencies\FlatTrackingData.cs (1)
464
catch (Exception e) when (
ExceptionHandling
.IsIoRelatedException(e))