20 references to ExceptionHandling
MSBuildTaskHost (20)
ExceptionHandling.cs (1)
364
lock (typeof(
ExceptionHandling
))
FileUtilities.cs (5)
845
catch (Exception ex) when (
ExceptionHandling
.IsIoRelatedException(ex))
925
catch (Exception ex) when (
ExceptionHandling
.IsIoRelatedException(ex))
962
catch (Exception ex) when (
ExceptionHandling
.IsIoRelatedException(ex))
1030
catch (Exception e) when (
ExceptionHandling
.IsIoRelatedException(e))
1294
catch (Exception ex) when (
ExceptionHandling
.IsIoRelatedException(ex))
Modifiers.cs (1)
401
catch (Exception e) when (
ExceptionHandling
.IsIoRelatedException(e))
NodeEndpointOutOfProcBase.cs (5)
503
catch (Exception e) when (!
ExceptionHandling
.IsCriticalException(e))
511
ExceptionHandling
.DumpExceptionToFile(e);
660
ExceptionHandling
.DumpExceptionToFile(e);
715
ExceptionHandling
.DumpExceptionToFile(e);
774
ExceptionHandling
.DumpExceptionToFile(e);
OutOfProcTaskAppDomainWrapperBase.cs (6)
118
catch (Exception e) when (!
ExceptionHandling
.IsCriticalException(e))
222
catch (Exception e) when (!
ExceptionHandling
.IsCriticalException(e))
306
catch (Exception e) when (!
ExceptionHandling
.IsCriticalException(e))
331
catch (Exception e) when (!
ExceptionHandling
.IsCriticalException(e))
353
catch (Exception e) when (!
ExceptionHandling
.IsCriticalException(e))
370
catch (Exception e) when (!
ExceptionHandling
.IsCriticalException(e))
OutOfProcTaskHostNode.cs (1)
971
catch (Exception e) when (!
ExceptionHandling
.IsCriticalException(e))
TaskLoader.cs (1)
118
taskAppDomain.UnhandledException +=
ExceptionHandling
.UnhandledExceptionHandler;