Interface IDOMError
.NET interface skeleton to be manually developed following https://docs.oracle.com/en/java/javase/11/docs/api/java.xml/org/w3c/dom/DOMError.html
public interface IDOMError
Properties
Location
DOMLocator Location { get; }
Property Value
Message
String Message { get; }
Property Value
RelatedData
object RelatedData { get; }
Property Value
RelatedException
object RelatedException { get; }
Property Value
Severity
short Severity { get; }
Property Value
Type
String Type { get; }