4 references to NotExpectedException
Microsoft.Build (4)
BackEnd\BuildManager\BuildManager.cs (1)
1879
return !ExceptionHandling.IsCriticalException(e) && !ExceptionHandling.
NotExpectedException
(e) && e is not BuildAbortedException;
Evaluation\Expander.cs (1)
2371
catch (Exception e) when (!ExceptionHandling.
NotExpectedException
(e) || e is InvalidOperationException)
ExceptionHandling.cs (2)
229
|| !
NotExpectedException
(e))
263
|| !
NotExpectedException
(e)) // Reflection can throw IO exceptions if the assembly cannot be opened