Class XMLparseError
- Namespace
- PolarStudio
- Assembly
- PolarStudio.dll
This class is a wrapper for the ParseError.
public class XMLparseError
- Inheritance
-
XMLparseError
- Inherited Members
- Extension Methods
Properties
SourceException
Gets the underlying exception.
public XmlException SourceException { get; }
Property Value
errorCode
Gets the errorCode as number.
public int errorCode { get; }
Property Value
filepos
Not supported. Always returns -1.
public int filepos { get; }
Property Value
lineNumber
Gets the line number the error was on.
public int lineNumber { get; }
Property Value
linepos
Gets the position on the line the error was on.
public int linepos { get; }
Property Value
reason
Gets the reason in text.
public string reason { get; }
Property Value
srcText
Not supported. Always returns an empty string.
public string srcText { get; }
Property Value
url
Gets the url of the exception.
public string url { get; }