24 references to ExceptionHandling
MSBuild (24)
ExceptionHandling.cs (1)
343lock (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)) 1232catch (Exception ex) when (ExceptionHandling.IsIoRelatedException(ex))
Modifiers.cs (1)
600catch (Exception e) when (ExceptionHandling.IsIoRelatedException(e))
NodeEndpointOutOfProcBase.cs (5)
472catch (Exception e) when (!ExceptionHandling.IsCriticalException(e)) 480ExceptionHandling.DumpExceptionToFile(e); 564ExceptionHandling.DumpExceptionToFile(e); 608ExceptionHandling.DumpExceptionToFile(e); 665ExceptionHandling.DumpExceptionToFile(e);
OutOfProcTaskAppDomainWrapperBase.cs (5)
118catch (Exception e) when (!ExceptionHandling.IsCriticalException(e)) 306catch (Exception e) when (!ExceptionHandling.IsCriticalException(e)) 331catch (Exception e) when (!ExceptionHandling.IsCriticalException(e)) 353catch (Exception e) when (!ExceptionHandling.IsCriticalException(e)) 370catch (Exception e) when (!ExceptionHandling.IsCriticalException(e))
OutOfProcTaskHostNode.cs (1)
946catch (Exception e) when (!ExceptionHandling.IsCriticalException(e))
RegisteredTaskObjectCacheBase.cs (1)
151catch (Exception ex) when (!ExceptionHandling.IsCriticalException(ex))
TempFileUtilities.cs (1)
197catch (Exception ex) when (ExceptionHandling.IsIoRelatedException(ex))
XMake.cs (4)
672AppDomain.CurrentDomain.UnhandledException += ExceptionHandling.UnhandledExceptionHandler; 3237catch (Exception ex) when (ExceptionHandling.IsIoRelatedException(ex)) 3256catch (Exception ex) when (ExceptionHandling.IsIoRelatedException(ex)) 4136catch (Exception e) when (ExceptionHandling.IsIoRelatedException(e))