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)
98
catch (Exception e) when (!
ExceptionHandling
.IsCriticalException(e))
115
catch (Exception e) when (!
ExceptionHandling
.IsCriticalException(e))
126
catch (Exception e) when (!
ExceptionHandling
.IsCriticalException(e))
138
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)
197
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)
645
AppDomain.CurrentDomain.UnhandledException +=
ExceptionHandling
.UnhandledExceptionHandler;
3295
catch (Exception ex) when (
ExceptionHandling
.IsIoRelatedException(ex))
3314
catch (Exception ex) when (
ExceptionHandling
.IsIoRelatedException(ex))
4219
catch (Exception e) when (
ExceptionHandling
.IsIoRelatedException(e))