List of CharacterTranslationException methods: Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (Automatically generated page update)
m (Automatically generated page update)
Line 6: Line 6:
<table class="wikitable">
<table class="wikitable">
<tr><th>Method</th><th>Description</th></tr>
<tr><th>Method</th><th>Description</th></tr>
<tr><td valign="top">[[BytePosition (CharacterTranslationException function)|BytePosition]]</td><td valign="top">Position of byte at which the exception was thrown</td></tr>
<tr><td valign="top">[[BytePosition (CharacterTranslationException property)|BytePosition]]</td><td valign="top">Position of byte at which the exception was thrown</td></tr>
<tr><td valign="top">[[CharacterPosition (CharacterTranslationException function)|CharacterPosition]]</td><td valign="top">Position of character at which the exception was thrown</td></tr>
<tr><td valign="top">[[CharacterPosition (CharacterTranslationException property)|CharacterPosition]]</td><td valign="top">Position of character at which the exception was thrown</td></tr>
<tr><td valign="top">[[Description (CharacterTranslationException function)|Description]]</td><td valign="top">Brief description of the exception</td></tr>
<tr><td valign="top">[[Description (CharacterTranslationException property)|Description]]</td><td valign="top">Brief description of the exception</td></tr>
<tr><td valign="top">[[HexValue (CharacterTranslationException function)|HexValue]]</td><td valign="top">Hexadecimal value of bytes causing the exception</td></tr>
<tr><td valign="top">[[HexValue (CharacterTranslationException property)|HexValue]]</td><td valign="top">Hexadecimal value of bytes causing the exception</td></tr>
<tr><td valign="top">[[New (CharacterTranslationException constructor)|New]]</td><td valign="top">Create a new CharacterTranslationException object</td></tr>
<tr><td valign="top">[[New (CharacterTranslationException constructor)|New]]</td><td valign="top">Create a new CharacterTranslationException object</td></tr>
<tr><td valign="top">[[Reason (CharacterTranslationException function)|Reason]]</td><td valign="top">Enumerated cause of the exception</td></tr>
<tr><td valign="top">[[Reason (CharacterTranslationException property)|Reason]]</td><td valign="top">Enumerated cause of the exception</td></tr>
</table>
</table>
</div>
</div>

Revision as of 20:18, 25 March 2011

The following are the available CharacterTranslationException class methods.

MethodDescription
BytePositionPosition of byte at which the exception was thrown
CharacterPositionPosition of character at which the exception was thrown
DescriptionBrief description of the exception
HexValueHexadecimal value of bytes causing the exception
NewCreate a new CharacterTranslationException object
ReasonEnumerated cause of the exception

See also