20 references to ExceptionHandling
MSBuildTaskHost (20)
ExceptionHandling.cs (1)
364lock (typeof(ExceptionHandling))
FileUtilities.cs (5)
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))
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))
TaskLoader.cs (1)
118taskAppDomain.UnhandledException += ExceptionHandling.UnhandledExceptionHandler;