InvalidProjectFileException Class

Definition

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.

public ref class InvalidProjectFileException sealed : Exception
[System.Serializable]
public sealed class InvalidProjectFileException : Exception
[<System.Serializable>]
type InvalidProjectFileException = class
    inherit Exception
Public NotInheritable Class InvalidProjectFileException
Inherits Exception
Inheritance
InvalidProjectFileException
Attributes

Constructors

InvalidProjectFileException()

Initializes a new instance of InvalidProjectFileException class.

InvalidProjectFileException(String)

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

InvalidProjectFileException(String, Exception)

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

InvalidProjectFileException(String, Int32, Int32, Int32, Int32, String, String, String, String)

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

InvalidProjectFileException(XmlNode, String, String, String, String)

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

Properties

BaseMessage

Gets the exception message, not including the project file.

ColumnNumber

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

EndColumnNumber

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

EndLineNumber

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

ErrorCode

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

ErrorSubcategory

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

HelpKeyword

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

LineNumber

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

Message

Gets the exception message, including the affected project file, if any.

ProjectFile

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

Methods

GetObjectData(SerializationInfo, StreamingContext)

Sets the SerializationInfo with information about the exception.

Applies to