Org.W3c.Dom.IDOMError: Property Members

The properties of Org.W3c.Dom.IDOMError are listed below. For a list of all members, see the IDOMError Members list.

Public Properties

[read-only]
LocationIDOMLocator. The location of the error.
[read-only]
Messagestring. An implementation specific string describing the error that occurred.
[read-only]
RelatedDataJava.Lang.Object. The related DOMError.type dependent data if any.
[read-only]
RelatedExceptionJava.Lang.Object. The related platform dependent exception if any.
[read-only]
Severityshort. The severity of the error, either SEVERITY_WARNING, SEVERITY_ERROR, or SEVERITY_FATAL_ERROR.
[read-only]
Typestring. A DOMString indicating which related data is expected in relatedData.