|
|
(8 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]] |
| | |
| ==Syntax==
| |
| {{Template:AddToRecordError:Value syntax}}
| |
| ===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>
| |
| ==See also==
| |
| {{Template:AddToRecordError:Value footer}}
| |