26 references to ExceptionHandling
MSBuild (26)
ExceptionHandling.cs (1)
342
lock (typeof(
ExceptionHandling
))
FileUtilities.cs (5)
816
catch (Exception ex) when (
ExceptionHandling
.IsIoRelatedException(ex))
896
catch (Exception ex) when (
ExceptionHandling
.IsIoRelatedException(ex))
933
catch (Exception ex) when (
ExceptionHandling
.IsIoRelatedException(ex))
1001
catch (Exception e) when (
ExceptionHandling
.IsIoRelatedException(e))
1265
catch (Exception ex) when (
ExceptionHandling
.IsIoRelatedException(ex))
Modifiers.cs (1)
600
catch (Exception e) when (
ExceptionHandling
.IsIoRelatedException(e))
NodeEndpointOutOfProcBase.cs (5)
474
catch (Exception e) when (!
ExceptionHandling
.IsCriticalException(e))
482
ExceptionHandling
.DumpExceptionToFile(e);
566
ExceptionHandling
.DumpExceptionToFile(e);
610
ExceptionHandling
.DumpExceptionToFile(e);
667
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)
955
catch (Exception e) when (!
ExceptionHandling
.IsCriticalException(e))
RegisteredTaskObjectCacheBase.cs (1)
151
catch (Exception ex) when (!
ExceptionHandling
.IsCriticalException(ex))
TaskLoader.cs (1)
118
taskAppDomain.UnhandledException +=
ExceptionHandling
.UnhandledExceptionHandler;
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))
4131
catch (Exception e) when (
ExceptionHandling
.IsIoRelatedException(e))