20 references to ExceptionHandling
MSBuildTaskHost (20)
ExceptionHandling.cs (1)
341lock (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)) 1225catch (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); 560ExceptionHandling.DumpExceptionToFile(e); 604ExceptionHandling.DumpExceptionToFile(e); 653ExceptionHandling.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))
TaskLoader.cs (1)
120taskAppDomain.UnhandledException += ExceptionHandling.UnhandledExceptionHandler;