InvalidProjectFileException::HasBeenLogged Property
Visual Studio 2015
Gets a flag that determines whether the exception has already been logged. Allows the exception to be logged at the most appropriate location, but continue to be propagated.
MSBuild is now included in Visual Studio instead of the .NET Framework. You can use MSBuild 12.0 side-by-side with versions previously deployed with the .NET Framework.For more information, see What's New in MSBuild 12.0.
Assembly: Microsoft.Build (in Microsoft.Build.dll)
Property Value
Type: System::BooleanReturns a flag that determines whether the exception has already been logged.
Show: