24 references to ExceptionHandling
MSBuild (24)
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)
472
catch (Exception e) when (!
ExceptionHandling
.IsCriticalException(e))
480
ExceptionHandling
.DumpExceptionToFile(e);
564
ExceptionHandling
.DumpExceptionToFile(e);
608
ExceptionHandling
.DumpExceptionToFile(e);
665
ExceptionHandling
.DumpExceptionToFile(e);
OutOfProcTaskAppDomainWrapperBase.cs (5)
118
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)
946
catch (Exception e) when (!
ExceptionHandling
.IsCriticalException(e))
RegisteredTaskObjectCacheBase.cs (1)
151
catch (Exception ex) when (!
ExceptionHandling
.IsCriticalException(ex))
TempFileUtilities.cs (1)
197
catch (Exception ex) when (
ExceptionHandling
.IsIoRelatedException(ex))
XMake.cs (4)
672
AppDomain.CurrentDomain.UnhandledException +=
ExceptionHandling
.UnhandledExceptionHandler;
3237
catch (Exception ex) when (
ExceptionHandling
.IsIoRelatedException(ex))
3256
catch (Exception ex) when (
ExceptionHandling
.IsIoRelatedException(ex))
4136
catch (Exception e) when (
ExceptionHandling
.IsIoRelatedException(e))