Description (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 1: Line 1:
{{Template:CharacterTranslationException:Description subtitle}}
{{Template:CharacterTranslationException:Description subtitle}}
==Syntax==
==Syntax==
{{Template:CharacterTranslationException:Description syntax}}
{{Template:CharacterTranslationException:Description syntax}}
===Syntax terms===
===Syntax terms===
<table class="syntaxTable">
<table class="syntaxTable">
<tr><th>%str</th>
<tr><th>%string</th>
<td>A string to receive the description of the exception.
<td>A string to receive the description of the exception.
</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_class|CharacterTranslationException]]</var> object.


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

Revision as of 05:25, 15 April 2011

Brief description of the exception (CharacterTranslationException class)

Syntax

%string = characterTranslationException:Description

Syntax terms

%string A string to receive the description of the exception.
characterTranslationException A reference to an instance of a CharacterTranslationException object.

See also