14 references to ExceptionHandling
MSBuildTaskHost (14)
BackEnd\NodeEndpointOutOfProcTaskHost.cs (5)
364catch (Exception e) when (!ExceptionHandling.IsCriticalException(e)) 372ExceptionHandling.DumpExceptionToFile(e); 462ExceptionHandling.DumpExceptionToFile(e); 522ExceptionHandling.DumpExceptionToFile(e); 570ExceptionHandling.DumpExceptionToFile(e);
OutOfProcTaskAppDomainWrapper.cs (5)
60catch (Exception e) when (!ExceptionHandling.IsCriticalException(e)) 128catch (Exception e) when (!ExceptionHandling.IsCriticalException(e)) 147catch (Exception e) when (!ExceptionHandling.IsCriticalException(e)) 191catch (Exception e) when (!ExceptionHandling.IsCriticalException(e)) 220catch (Exception e) when (!ExceptionHandling.IsCriticalException(e))
OutOfProcTaskHostNode.cs (1)
640catch (Exception e) when (!ExceptionHandling.IsCriticalException(e))
TaskLoader.cs (1)
91taskAppDomain.UnhandledException += ExceptionHandling.UnhandledExceptionHandler;
Utilities\ExceptionHandling.cs (1)
94lock (typeof(ExceptionHandling))
Utilities\FileUtilities.ItemSpecModifiers.cs (1)
242catch (Exception e) when (ExceptionHandling.IsIoRelatedException(e))