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