Xml.xmldom.EDOMParseError Properties
InheritedProtected
| BaseException | public | BaseException specifies the innermost exception. |
| Disposed | protected | Disposed is a read-only property that shows the current state of this object. |
| ErrorCode | public | Indicates the error code that the DOM parser returned. |
| FilePos | public | Indicates the offset in the XML document where the parser encountered an error. |
| HelpContext | public | Indicates the context ID number for context-sensitive online help associated with the exception. |
| InnerException | public | InnerException specifies the inner exception. |
| Line | public | Indicates the line of the XML document where the parser encountered an error. |
| LinePos | public | Indicates the position within the problem line where the parser encountered an error. |
| Message | public | Message contains the text string to display in the exception dialog box when the exception is raised. |
| ParseError | protected | |
| Reason | public | Indicates the error code that the DOM parser returned. |
| SrcText | public | Indicates the text of the line where the parser encountered an error. |
| StackInfo | public | StackInfo provides the stack information when this exception is raised. |
| StackTrace | public | String representation of the stack information. |
| URL | public | Identifies the source that could not be parsed by its URL. |