Value (AddToRecordError property): Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Created page with " <span class="pageSubtitle"><section begin=dpl_desc/>XmlDoc value involved in exception<section end=dpl_desc/></span> Value property <p> <va...")
 
 
(10 intermediate revisions by 4 users not shown)
Line 1: Line 1:
 
#REDIRECT [[AddToRecordError class#Value property|Value property]]
<span class="pageSubtitle"><section begin=dpl_desc/>XmlDoc value involved in exception<section end=dpl_desc/></span>
[[Category:AddToRecordError methods|Value property]]
[[Category:AddToRecordError methods|Value property]]
<p>
<var>Value</var> is a member of the <var>[[AddToRecordError class|AddToRecordError]]</var> class.
</p>
==Syntax==
<p class="syntax">%str = %a2RecErr:Value
</p>
===Syntax terms===
<table class="syntaxTable">
<tr><th>%str</th>
<td>A string to receive the value. If the error involves a value in <var>[[AddToRecord (XmlDoc subroutine)|AddToRecord]]</var>'s method object <var>[[XmlDoc class|XmlDoc]]</var> (for example, if <code>[[Reason (AddToRecordError property)|Reason]] = InvalidBase64</code>), this is the value that is in error (actually, up to 255 bytes of the value).
</td></tr>
<tr><th>%a2RecErr</th>
<td>An <var>AddToRecordError</var> object.
</td></tr></table>

Latest revision as of 18:50, 9 May 2011