Skip to main content

XmlException Class

NuGet: GHIElectronics.TinyCLR.Data.Xml
Assembly: GHIElectronics.TinyCLR.Data.Xml
Namespace: GHIElectronics.TinyCLR.Data.Xml

No description available.

public class XmlException : Exception

Constructors

XmlException()

public XmlException() : this(null)

No description available.

XmlException(string message)

public XmlException(string message) : this(message, ((Exception)null), 0, 0)

No description available.

XmlException(string message, Exception innerException)

public XmlException(string message, Exception innerException) : this(message, innerException, 0, 0)

No description available.

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

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

No description available.

Properties

LineNumber

public int LineNumber { get; }

No description available.

LinePosition

public int LinePosition { get; }

No description available.

SourceUri

public string SourceUri { get; }

No description available.

Message

public override string Message { get; }

No description available.