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