Table of Contents

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

XmlException

errorCode

Gets the errorCode as number.

public int errorCode { get; }

Property Value

int

filepos

Not supported. Always returns -1.

public int filepos { get; }

Property Value

int

lineNumber

Gets the line number the error was on.

public int lineNumber { get; }

Property Value

int

linepos

Gets the position on the line the error was on.

public int linepos { get; }

Property Value

int

reason

Gets the reason in text.

public string reason { get; }

Property Value

string

srcText

Not supported. Always returns an empty string.

public string srcText { get; }

Property Value

string

url

Gets the url of the exception.

public string url { get; }

Property Value

string