Interface IDOMError
.NET interface for TO BE DEFINED FROM USER
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; }