5 references to NotExpectedException
Microsoft.Build (2)
BackEnd\BuildManager\BuildManager.cs (1)
2064return !ExceptionHandling.IsCriticalException(e) && !ExceptionHandling.NotExpectedException(e) && e is not BuildAbortedException;
Evaluation\Expander.cs (1)
2562catch (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)
2892if (ExceptionHandling.NotExpectedException(deleteException))