A Sandcastle Documented Class Library |
HtmlParseError Members |
HtmlParseError Class Methods Properties See Also Send Feedback |
The HtmlParseError type exposes the following members.
Methods
Name | Description | |
---|---|---|
Equals | (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.) | |
ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
Code |
Gets the type of error.
| |
Line |
Gets the line number of this error in the document.
| |
LinePosition |
Gets the column number of this error in the document.
| |
Reason |
Gets a description for the error.
| |
SourceText |
Gets the the full text of the line containing the error.
| |
StreamPosition |
Gets the absolute stream position of this error in the document, relative to the start of the document.
|