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