BytePosition (CharacterTranslationException property): Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (match syntax table to syntax template, tags and edits)
mNo edit summary
Line 9: Line 9:
<tr><th>characterTranslationException</th>
<tr><th>characterTranslationException</th>
<td>A reference to an instance of a <var>[[CharacterTranslationException_class|CharacterTranslationException]]</var> object.
<td>A reference to an instance of a <var>[[CharacterTranslationException_class|CharacterTranslationException]]</var> object.
</td></tr></table>


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

Revision as of 05:40, 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