20 references to ExceptionHandling
MSBuildTaskHost (20)
ExceptionHandling.cs (1)
343
lock (typeof(
ExceptionHandling
))
FileUtilities.cs (5)
789
catch (Exception ex) when (
ExceptionHandling
.IsIoRelatedException(ex))
863
catch (Exception ex) when (
ExceptionHandling
.IsIoRelatedException(ex))
900
catch (Exception ex) when (
ExceptionHandling
.IsIoRelatedException(ex))
968
catch (Exception e) when (
ExceptionHandling
.IsIoRelatedException(e))
1232
catch (Exception ex) when (
ExceptionHandling
.IsIoRelatedException(ex))
Modifiers.cs (1)
600
catch (Exception e) when (
ExceptionHandling
.IsIoRelatedException(e))
NodeEndpointOutOfProcBase.cs (5)
473
catch (Exception e) when (!
ExceptionHandling
.IsCriticalException(e))
481
ExceptionHandling
.DumpExceptionToFile(e);
562
ExceptionHandling
.DumpExceptionToFile(e);
606
ExceptionHandling
.DumpExceptionToFile(e);
655
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)
945
catch (Exception e) when (!
ExceptionHandling
.IsCriticalException(e))
TaskLoader.cs (1)
120
taskAppDomain.UnhandledException +=
ExceptionHandling
.UnhandledExceptionHandler;