DataSchemaError Members
Include Protected Members
Include Inherited Members
Encapsulates all the information needed by the ErrorTaskService to create a corresponding entry in the Visual Studio Error List.
The DataSchemaError type exposes the following members.
Constructors
Name | Description | |
---|---|---|
DataSchemaError | Overloaded. Initializes a new instance of the DataSchemaError class. |
Top
Methods
Name | Description | |
---|---|---|
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
PopulateMessage | Returns the error message string. | |
ToString | Returns a String that represents the current Object. (Inherited from Object.) |
Top
Fields
Name | Description | |
---|---|---|
UndefinedErrorCode | Value is "0". |
Top
Properties
Name | Description | |
---|---|---|
Column | Gets the column number of the error. | |
Document | Gets the file name of the error. | |
ErrorCode | Gets the error code. | |
HelpKeyword | Gets or sets the help topic ID, if one exists. | |
Line | Gets the line number of the error. | |
Message | Gets the error message string. | |
Severity | Gets the error severity value. |
Top