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.
| Parameter | Type | Description |
|---|---|---|
message | string |
XmlException(string message, Exception innerException)
public XmlException(string message, Exception innerException) : base(message, innerException)
No description available.
| Parameter | Type | Description |
|---|---|---|
message | string | |
innerException | Exception |
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.
| Parameter | Type | Description |
|---|---|---|
message | string | |
innerException | Exception | |
lineNumber | int | |
linePosition | int |
Properties
LineNumber
public int LineNumber { get; }
No description available.
LinePosition
public int LinePosition { get; }
No description available.