26 references to ExceptionHandling
MSBuild (26)
ExceptionHandling.cs (1)
342lock (typeof(ExceptionHandling))
FileUtilities.cs (5)
816catch (Exception ex) when (ExceptionHandling.IsIoRelatedException(ex)) 896catch (Exception ex) when (ExceptionHandling.IsIoRelatedException(ex)) 933catch (Exception ex) when (ExceptionHandling.IsIoRelatedException(ex)) 1001catch (Exception e) when (ExceptionHandling.IsIoRelatedException(e)) 1265catch (Exception ex) when (ExceptionHandling.IsIoRelatedException(ex))
Modifiers.cs (1)
600catch (Exception e) when (ExceptionHandling.IsIoRelatedException(e))
NodeEndpointOutOfProcBase.cs (5)
474catch (Exception e) when (!ExceptionHandling.IsCriticalException(e)) 482ExceptionHandling.DumpExceptionToFile(e); 566ExceptionHandling.DumpExceptionToFile(e); 610ExceptionHandling.DumpExceptionToFile(e); 667ExceptionHandling.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)
955catch (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))
XMake.cs (4)
672AppDomain.CurrentDomain.UnhandledException += ExceptionHandling.UnhandledExceptionHandler; 3237catch (Exception ex) when (ExceptionHandling.IsIoRelatedException(ex)) 3256catch (Exception ex) when (ExceptionHandling.IsIoRelatedException(ex)) 4131catch (Exception e) when (ExceptionHandling.IsIoRelatedException(e))