DOMException Properties

The DOMException type exposes the following members.

Properties
  NameDescription
Public propertyCode
Returns a value that contains one of the error code constants, or 0 if none match. This field is used for historical reasons.
Public propertyData (Inherited from Exception.)
Public propertyHelpLink (Inherited from Exception.)
Protected propertyHResult (Inherited from Exception.)
Public propertyInnerException (Inherited from Exception.)
Public propertyMessage
Returns a string representing a message or description associated with the given error name.
(Overrides ExceptionMessage.)
Public propertyName
Returns a string that contains one of the strings associated with an error name.
Public propertySource (Inherited from Exception.)
Public propertyStackTrace (Inherited from Exception.)
Public propertyTargetSite (Inherited from Exception.)
See Also