5 references to NotExpectedException
Microsoft.Build (4)
BackEnd\BuildManager\BuildManager.cs (1)
1900return !ExceptionHandling.IsCriticalException(e) && !ExceptionHandling.NotExpectedException(e) && e is not BuildAbortedException;
Evaluation\Expander.cs (1)
2363catch (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
Microsoft.Build.Conversion.Core (1)
ProjectFileConverter.cs (1)
3367if (ExceptionHandling.NotExpectedException(e))