33 references to ExceptionHandling
MSBuild (33)
ExceptionHandling.cs (1)
364lock (typeof(ExceptionHandling))
FileUtilities.cs (6)
756catch (Exception ex) when (ExceptionHandling.IsIoRelatedException(ex)) 845catch (Exception ex) when (ExceptionHandling.IsIoRelatedException(ex)) 925catch (Exception ex) when (ExceptionHandling.IsIoRelatedException(ex)) 962catch (Exception ex) when (ExceptionHandling.IsIoRelatedException(ex)) 1030catch (Exception e) when (ExceptionHandling.IsIoRelatedException(e)) 1294catch (Exception ex) when (ExceptionHandling.IsIoRelatedException(ex))
LoadedType.cs (4)
98catch (Exception e) when (!ExceptionHandling.IsCriticalException(e)) 115catch (Exception e) when (!ExceptionHandling.IsCriticalException(e)) 126catch (Exception e) when (!ExceptionHandling.IsCriticalException(e)) 138catch (Exception e) when (!ExceptionHandling.IsCriticalException(e))
Modifiers.cs (1)
401catch (Exception e) when (ExceptionHandling.IsIoRelatedException(e))
NodeEndpointOutOfProcBase.cs (5)
503catch (Exception e) when (!ExceptionHandling.IsCriticalException(e)) 511ExceptionHandling.DumpExceptionToFile(e); 660ExceptionHandling.DumpExceptionToFile(e); 715ExceptionHandling.DumpExceptionToFile(e); 774ExceptionHandling.DumpExceptionToFile(e);
OutOfProcTaskAppDomainWrapperBase.cs (6)
118catch (Exception e) when (!ExceptionHandling.IsCriticalException(e)) 222catch (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)
971catch (Exception e) when (!ExceptionHandling.IsCriticalException(e))
RegisteredTaskObjectCacheBase.cs (1)
151catch (Exception ex) when (!ExceptionHandling.IsCriticalException(ex))
TaskLoader.cs (1)
118taskAppDomain.UnhandledException += ExceptionHandling.UnhandledExceptionHandler;
TempFileUtilities.cs (1)
197catch (Exception ex) when (ExceptionHandling.IsIoRelatedException(ex))
TypeUtilities.cs (2)
49catch (Exception e) when (!ExceptionHandling.IsCriticalException(e)) 68catch (Exception e) when (!ExceptionHandling.IsCriticalException(e))
XMake.cs (4)
645AppDomain.CurrentDomain.UnhandledException += ExceptionHandling.UnhandledExceptionHandler; 3295catch (Exception ex) when (ExceptionHandling.IsIoRelatedException(ex)) 3314catch (Exception ex) when (ExceptionHandling.IsIoRelatedException(ex)) 4219catch (Exception e) when (ExceptionHandling.IsIoRelatedException(e))