26 references to ExceptionHandling
MSBuild (26)
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)
473catch (Exception e) when (!ExceptionHandling.IsCriticalException(e)) 481ExceptionHandling.DumpExceptionToFile(e); 562ExceptionHandling.DumpExceptionToFile(e); 606ExceptionHandling.DumpExceptionToFile(e); 655ExceptionHandling.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)
945catch (Exception e) when (!ExceptionHandling.IsCriticalException(e))
RegisteredTaskObjectCacheBase.cs (1)
151catch (Exception ex) when (!ExceptionHandling.IsCriticalException(ex))
TaskLoader.cs (1)
120taskAppDomain.UnhandledException += ExceptionHandling.UnhandledExceptionHandler;
TempFileUtilities.cs (1)
197catch (Exception ex) when (ExceptionHandling.IsIoRelatedException(ex))
XMake.cs (4)
669AppDomain.CurrentDomain.UnhandledException += ExceptionHandling.UnhandledExceptionHandler; 3225catch (Exception ex) when (ExceptionHandling.IsIoRelatedException(ex)) 3244catch (Exception ex) when (ExceptionHandling.IsIoRelatedException(ex)) 4107catch (Exception e) when (ExceptionHandling.IsIoRelatedException(e))