3 references to InvalidProjectFileException
Microsoft.Build (2)
BackEnd\BuildManager\BuildManager.cs (1)
1753LogInvalidProjectFileError(new InvalidProjectFileException(ex.Message, ex));
BackEnd\Components\Communications\SerializationContractInitializer.cs (1)
31new(typeof(InvalidProjectFileException), (msg, inner) => new InvalidProjectFileException(msg, inner)),
Microsoft.Build.Engine.UnitTests (1)
BackEnd\BinaryTranslator_Tests.cs (1)
287throw new InvalidProjectFileException("sample message", new InternalErrorException("Another message"));