24 references to ExceptionHandling
Microsoft.Build.Utilities.Core (24)
ExceptionHandling.cs (1)
343
lock (typeof(
ExceptionHandling
))
FileMatcher.cs (4)
2011
catch (Exception e) when (
ExceptionHandling
.IsIoRelatedException(e))
2595
if (ex.Flatten().InnerExceptions.All(
ExceptionHandling
.IsIoRelatedException))
2601
catch (Exception ex) when (
ExceptionHandling
.IsIoRelatedException(ex))
2619
return ex.Flatten().InnerExceptions.All(
ExceptionHandling
.IsIoRelatedException);
FileUtilities.cs (5)
789
catch (Exception ex) when (
ExceptionHandling
.IsIoRelatedException(ex))
863
catch (Exception ex) when (
ExceptionHandling
.IsIoRelatedException(ex))
900
catch (Exception ex) when (
ExceptionHandling
.IsIoRelatedException(ex))
968
catch (Exception e) when (
ExceptionHandling
.IsIoRelatedException(e))
1232
catch (Exception ex) when (
ExceptionHandling
.IsIoRelatedException(ex))
FrameworkLocationHelper.cs (1)
988
catch (Exception e) when (
ExceptionHandling
.IsIoRelatedException(e))
Modifiers.cs (1)
600
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)
861
catch (Exception e) when (
ExceptionHandling
.IsIoRelatedException(e))
1058
catch (Exception e) when (
ExceptionHandling
.IsIoRelatedException(e))
1178
catch (Exception e) when (
ExceptionHandling
.IsIoRelatedException(e))
1467
catch (Exception e) when (!
ExceptionHandling
.IsCriticalException(e))
3073
catch (Exception e) when (
ExceptionHandling
.IsIoRelatedException(e))
3168
catch (Exception ex) when (
ExceptionHandling
.IsIoRelatedException(ex))
3216
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))