InvalidProjectFileException Class

 

This exception is thrown whenever there is a problem with the user's XML project file. The problem might be semantic or syntactical. If the problem is in the syntax, it can typically be caught by XSD validation.

Namespace:   Microsoft.Build.BuildEngine
Assembly:  Microsoft.Build.Engine (in Microsoft.Build.Engine.dll)

System.Object
  System.Exception
    Microsoft.Build.BuildEngine.InvalidProjectFileException

<SerializableAttribute>
Public NotInheritable Class InvalidProjectFileException
	Inherits Exception

NameDescription
System_CAPS_pubmethodInvalidProjectFileException()

Initializes a new instance of InvalidProjectFileException class.

System_CAPS_pubmethodInvalidProjectFileException(String)

Initializes a new instance of InvalidProjectFileException class using the specified message.

System_CAPS_pubmethodInvalidProjectFileException(String, Exception)

Initializes a new instance of InvalidProjectFileException class using the specified error message and inner exception.

System_CAPS_pubmethodInvalidProjectFileException(String, Int32, Int32, Int32, Int32, String, String, String, String)

Initializes a new instance of InvalidProjectFileException class using rich error information.

System_CAPS_pubmethodInvalidProjectFileException(XmlNode, String, String, String, String)

Initializes a new instance of InvalidProjectFileException class using rich error information.

NameDescription
System_CAPS_pubpropertyBaseMessage

Gets the exception message, not including the project file.

System_CAPS_pubpropertyColumnNumber

Gets the invalid column number, if any, in the project.

System_CAPS_pubpropertyData

Gets a collection of key/value pairs that provide additional user-defined information about the exception.(Inherited from Exception.)

System_CAPS_pubpropertyEndColumnNumber

Gets the last column number, if any, of a range of invalid columns in the project.

System_CAPS_pubpropertyEndLineNumber

Gets the last line number, if any, of a range of invalid lines in the project.

System_CAPS_pubpropertyErrorCode

Gets the error code, if any, associated with the exception message.

System_CAPS_pubpropertyErrorSubcategory

Gets the error sub-category, if any that describes the type of this error.

System_CAPS_pubpropertyHelpKeyword

Gets the F1-help keyword, if any, associated with this error, for the host IDE.

System_CAPS_pubpropertyHelpLink

Gets or sets a link to the help file associated with this exception.(Inherited from Exception.)

System_CAPS_pubpropertyHResult

Gets or sets HRESULT, a coded numerical value that is assigned to a specific exception.(Inherited from Exception.)

System_CAPS_pubpropertyInnerException

Gets the Exception instance that caused the current exception.(Inherited from Exception.)

System_CAPS_pubpropertyLineNumber

Gets the invalid line number, if any, in the project.

System_CAPS_pubpropertyMessage

Gets the exception message, including the affected project file, if any.(Overrides Exception.Message.)

System_CAPS_pubpropertyProjectFile

Gets the project file, if any, associated with this exception.

System_CAPS_pubpropertySource

Gets or sets the name of the application or the object that causes the error.(Inherited from Exception.)

System_CAPS_pubpropertyStackTrace

Gets a string representation of the immediate frames on the call stack.(Inherited from Exception.)

System_CAPS_pubpropertyTargetSite

Gets the method that throws the current exception.(Inherited from Exception.)

NameDescription
System_CAPS_pubmethodEquals(Object)

Determines whether the specified object is equal to the current object.(Inherited from Object.)

System_CAPS_pubmethodGetBaseException()

When overridden in a derived class, returns the Exception that is the root cause of one or more subsequent exceptions.(Inherited from Exception.)

System_CAPS_pubmethodGetHashCode()

Serves as the default hash function. (Inherited from Object.)

System_CAPS_pubmethodGetObjectData(SerializationInfo, StreamingContext)

Sets the SerializationInfo with information about the exception.(Overrides Exception.GetObjectData(SerializationInfo, StreamingContext).)

System_CAPS_pubmethodGetType()

Gets the runtime type of the current instance.(Inherited from Exception.)

System_CAPS_pubmethodToString()

Creates and returns a string representation of the current exception.(Inherited from Exception.)

.NET Framework
Available since 2.0

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: