InvalidProjectFileException Constructor

Include Protected Members
Include Inherited Members

Initializes a new instance of InvalidProjectFileException class.

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.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

  Name Description
Public method InvalidProjectFileException() Initializes a new instance of InvalidProjectFileException class. 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.
Public method InvalidProjectFileException(String) Initializes a new instance of InvalidProjectFileException class using the specified message.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.
Public method InvalidProjectFileException(String, Exception) Initializes a new instance of InvalidProjectFileException class using the specified error message and inner exception.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.
Public method InvalidProjectFileException(XmlNode, String, String, String, String) Initializes a new instance of InvalidProjectFileException class using rich error information.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.
Public method InvalidProjectFileException(String, Int32, Int32, Int32, Int32, String, String, String, String) Initializes a new instance of InvalidProjectFileException class using rich error information.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.

Top

See Also

Reference

InvalidProjectFileException Class

Microsoft.Build.BuildEngine Namespace