5 references to NotExpectedException
Microsoft.Build (2)
BackEnd\BuildManager\BuildManager.cs (1)
2064
return !ExceptionHandling.IsCriticalException(e) && !ExceptionHandling.
NotExpectedException
(e) && e is not BuildAbortedException;
Evaluation\Expander.cs (1)
2562
catch (Exception e) when (!ExceptionHandling.
NotExpectedException
(e) || e is InvalidOperationException)
Microsoft.Build.Framework (2)
ExceptionHandling.cs (2)
113
|| !
NotExpectedException
(e))
147
|| !
NotExpectedException
(e)) // Reflection can throw IO exceptions if the assembly cannot be opened
Microsoft.Build.Tasks.Core (1)
GenerateResource.cs (1)
2892
if (ExceptionHandling.
NotExpectedException
(deleteException))