20 references to ExceptionHandling
MSBuildTaskHost (20)
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)
472catch (Exception e) when (!ExceptionHandling.IsCriticalException(e)) 480ExceptionHandling.DumpExceptionToFile(e); 564ExceptionHandling.DumpExceptionToFile(e); 608ExceptionHandling.DumpExceptionToFile(e); 665ExceptionHandling.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)
946catch (Exception e) when (!ExceptionHandling.IsCriticalException(e))
TaskLoader.cs (1)
120taskAppDomain.UnhandledException += ExceptionHandling.UnhandledExceptionHandler;