UntranslatableHexValue (AddToRecordError property): Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (1 revision)
 
(8 intermediate revisions by 4 users not shown)
Line 1: Line 1:
 
#REDIRECT [[AddToRecordError class#UntranslatableHexValue property|UntranslatableHexValue property]]
<span class="pageSubtitle"><section begin=dpl_desc/>Hexadecimal representation of bytes, if they caused the exception<section end=dpl_desc/></span>
[[Category:AddToRecordError methods|UntranslatableHexValue property]]
[[Category:AddToRecordError methods|UntranslatableHexValue property]]
<p>
<var>UntranslatableHexValue</var> is a member of the <var>[[AddToRecordError class|AddToRecordError]]</var> class.
</p>
==Syntax==
<p class="syntax">%str = %a2RecErr:UntranslatableHexValue
</p>
===Syntax terms===
<table class="syntaxTable">
<tr><th>%str</th>
<td>A string to receive the hexadecimal value of the bytes that caused the exception to be thrown, if the <var>[[Reason (AddToRecordError property)|Reason]]</var> property indicates the exception was due to an untranslatable [[Unicode]] character.
</td></tr>
<tr><th>%a2RecErr</th>
<td>An <var>AddToRecordError</var> object.
</td></tr></table>

Latest revision as of 18:49, 9 May 2011