28 references to ExceptionHandling
Microsoft.Build.Utilities.Core (28)
ExceptionHandling.cs (1)
341lock (typeof(ExceptionHandling))
FileMatcher.cs (4)
2011catch (Exception e) when (ExceptionHandling.IsIoRelatedException(e)) 2595if (ex.Flatten().InnerExceptions.All(ExceptionHandling.IsIoRelatedException)) 2601catch (Exception ex) when (ExceptionHandling.IsIoRelatedException(ex)) 2619return ex.Flatten().InnerExceptions.All(ExceptionHandling.IsIoRelatedException);
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))
FrameworkLocationHelper.cs (1)
988catch (Exception e) when (ExceptionHandling.IsIoRelatedException(e))
Modifiers.cs (1)
600catch (Exception e) when (ExceptionHandling.IsIoRelatedException(e))
PlatformManifest.cs (1)
156catch (Exception e) when (!ExceptionHandling.IsCriticalException(e))
SDKManifest.cs (1)
358catch (Exception e) when (!ExceptionHandling.IsCriticalException(e))
TempFileUtilities.cs (1)
197catch (Exception ex) when (ExceptionHandling.IsIoRelatedException(ex))
ToolLocationHelper.cs (7)
861catch (Exception e) when (ExceptionHandling.IsIoRelatedException(e)) 1058catch (Exception e) when (ExceptionHandling.IsIoRelatedException(e)) 1178catch (Exception e) when (ExceptionHandling.IsIoRelatedException(e)) 1467catch (Exception e) when (!ExceptionHandling.IsCriticalException(e)) 3073catch (Exception e) when (ExceptionHandling.IsIoRelatedException(e)) 3168catch (Exception ex) when (ExceptionHandling.IsIoRelatedException(ex)) 3216catch (Exception e) when (!ExceptionHandling.IsCriticalException(e))
ToolsetElement.cs (1)
101catch (Exception ex) when (ExceptionHandling.IsIoRelatedException(ex))
ToolTask.cs (1)
858catch (Exception e) when (ExceptionHandling.IsIoRelatedException(e))
TrackedDependencies\CanonicalTrackedInputFiles.cs (1)
814catch (Exception e) when (ExceptionHandling.IsIoRelatedException(e))
TrackedDependencies\CanonicalTrackedOutputFiles.cs (1)
230catch (Exception e) when (ExceptionHandling.IsIoRelatedException(e))
TrackedDependencies\FileTracker.cs (1)
411catch (Exception e) when (ExceptionHandling.IsIoRelatedException(e))
TrackedDependencies\FlatTrackingData.cs (1)
464catch (Exception e) when (ExceptionHandling.IsIoRelatedException(e))