Description (XmlParseError property): Difference between revisions
Jump to navigation
Jump to search
m (match syntax table to syntax template, tags and edits) |
mNo edit summary |
||
Line 1: | Line 1: | ||
{{Template:XmlParseError:Description subtitle}} | {{Template:XmlParseError:Description subtitle}} | ||
This | This <var>[[Classes and Objects#readWrite|ReadOnly]]</var> property returns a string that contains a brief description of the exception. | ||
==Syntax== | ==Syntax== |
Revision as of 16:25, 5 May 2011
Brief description of the exception (XmlParseError class) This ReadOnly property returns a string that contains a brief description of the exception.
Syntax
%string = xmlParseError:Description
Syntax terms
%string | A string to receive the description of the exception. |
---|---|
xmlParsError | A reference to an instance of a XmlParseError object. |