BytePosition (CharacterTranslationException property): Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (1 revision)
m (match syntax table to syntax template, tags and edits)
Line 5: Line 5:
===Syntax terms===
===Syntax terms===
<table class="syntaxTable">
<table class="syntaxTable">
<tr><th>%num</th>
<tr><th>%number</th>
<td>The position of the byte at which the exception was thrown.
<td>The position of the byte at which the exception was thrown.
</td></tr>
</td></tr>
<tr><th>%chTransEx</th>
<tr><th>characterTranslationException</th>
<td>A reference to an instance of a CharacterTranslationException object.
<td>A reference to an instance of a <var>CharacterTranslationException</var> object.


</td></tr></table>
</td></tr></table>
==See also==
==See also==
{{Template:CharacterTranslationException:BytePosition footer}}
{{Template:CharacterTranslationException:BytePosition footer}}

Revision as of 04:49, 15 April 2011

Position of byte at which the exception was thrown (CharacterTranslationException class)

Syntax

%number = characterTranslationException:BytePosition

Syntax terms

%number The position of the byte at which the exception was thrown.
characterTranslationException A reference to an instance of a CharacterTranslationException object.

See also