33 references to ExceptionHandling
MSBuild (33)
ExceptionHandling.cs (1)
364
lock (typeof(
ExceptionHandling
))
FileUtilities.cs (6)
756
catch (Exception ex) when (
ExceptionHandling
.IsIoRelatedException(ex))
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))
LoadedType.cs (4)
99
catch (Exception e) when (!
ExceptionHandling
.IsCriticalException(e))
116
catch (Exception e) when (!
ExceptionHandling
.IsCriticalException(e))
127
catch (Exception e) when (!
ExceptionHandling
.IsCriticalException(e))
139
catch (Exception e) when (!
ExceptionHandling
.IsCriticalException(e))
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))
RegisteredTaskObjectCacheBase.cs (1)
151
catch (Exception ex) when (!
ExceptionHandling
.IsCriticalException(ex))
TaskLoader.cs (1)
118
taskAppDomain.UnhandledException +=
ExceptionHandling
.UnhandledExceptionHandler;
TempFileUtilities.cs (1)
196
catch (Exception ex) when (
ExceptionHandling
.IsIoRelatedException(ex))
TypeUtilities.cs (2)
49
catch (Exception e) when (!
ExceptionHandling
.IsCriticalException(e))
68
catch (Exception e) when (!
ExceptionHandling
.IsCriticalException(e))
XMake.cs (4)
593
AppDomain.CurrentDomain.UnhandledException +=
ExceptionHandling
.UnhandledExceptionHandler;
3201
catch (Exception ex) when (
ExceptionHandling
.IsIoRelatedException(ex))
3220
catch (Exception ex) when (
ExceptionHandling
.IsIoRelatedException(ex))
4125
catch (Exception e) when (
ExceptionHandling
.IsIoRelatedException(e))