Skip to main content

XmlException Class

Namespace: System.Xml · Assembly: GHIElectronics.TinyCLR.System.Xml

Thrown for XML parse errors; carries line/position info.

public class XmlException : Exception

Constructors

XmlException()

public XmlException() : base()

No description available.

XmlException(string message)

public XmlException(string message) : base(message)

No description available.

ParameterTypeDescription
messagestring

XmlException(string message, Exception innerException)

public XmlException(string message, Exception innerException) : base(message, innerException)

No description available.

ParameterTypeDescription
messagestring
innerExceptionException

XmlException(string message, Exception innerException, int lineNumber, int linePosition)

public XmlException(string message, Exception innerException, int lineNumber, int linePosition) : base(message, innerException)

No description available.

ParameterTypeDescription
messagestring
innerExceptionException
lineNumberint
linePositionint

Properties

LineNumber

public int LineNumber { get; }

No description available.

LinePosition

public int LinePosition { get; }

No description available.