Description (XmlParseError property): Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (1 revision)
 
(6 intermediate revisions by 4 users not shown)
Line 1: Line 1:
#REDIRECT [[XmlParseError class#Description property|Description property]]


<span class="pageSubtitle"><section begin=dpl_desc/>Brief description of the exception<section end=dpl_desc/></span>
[[Category:XmlParseError methods|Description property]]
[[Category:XmlParseError methods|Description property]]
<p>
Description is a member of the [[XmlParseError class]].
</p>
==Syntax==
<p class="syntax">%str = %xmlParsErr:Description
</p>
===Syntax terms===
<table class="syntaxTable">
<tr><th>%str</th>
<td>A string to receive the description of the exception.
</td></tr>
<tr><th>%xmlParsErr</th>
<td>A reference to an instance of a XmlParseError object.
</td></tr></table>

Latest revision as of 19:57, 10 May 2011