Description (XmlParseError property): Difference between revisions

From m204wiki
Jump to navigation Jump to search
Line 10: Line 10:
<tr><th>%xmlParsErr</th>
<tr><th>%xmlParsErr</th>
<td>A reference to an instance of a XmlParseError object.
<td>A reference to an instance of a XmlParseError object.
</td></tr></table>
</td></tr>
</table>


==See also==
==See also==
{{Template:XmlParseError:Description footer}}
{{Template:XmlParseError:Description footer}}

Revision as of 15:45, 14 April 2011

Brief description of the exception (XmlParseError class)

Syntax

%string = xmlParseError:Description

Syntax terms

%str A string to receive the description of the exception.
%xmlParsErr A reference to an instance of a XmlParseError object.

See also