COBCH1721 - COBCH1740
COBCH1721 から COBCH1740 までの構文エラー メッセージ一覧
COBCH1721 '%1$s' にはパラメーターのない可視メンバー '%2$s' がない
The specified type has no visible member with the specified name that does not take any parameters.
COBCH1722 '%1$s' にはパラメーターのない可視インスタンス メンバー '%2$s' がない
The specified type has no visible instance member with the specified name that does not take any parameters.
COBCH1723 '%1$s' にはパラメーターのない可視静的メンバー '%2$s' がない
The specified type has no visible static member with the specified name that does not take any parameters.
COBCH1724 JVMGEN では単一の文字列配列パラメーターのある静的メソッド 'main' に戻り項目を指定できない
A static main method has been specified with a single string array and a returning item.
COBCH1726 ILSMARTLINKAGE クラス '%1$s' に複数の定義がある
The
ILSMARTLINKAGE
directive has caused the generation of more than one class with the same name.
COBCH1728 '%1$s' にはインターフェイス '%3$s' のメソッド '%2$s の パブリックな実装がない
The specified method is missing from the class. It must exist due to the implementation of the specified interface.
COBCH1729 '%1$s' にはインターフェイス '%3$s' のプロパティ '%2$s の パブリックな実装がない
The specified property is missing from the class. It must exist due to the implementation of the specified interface.
COBCH1730 '%1$s' にはインターフェイス '%3$s' のイベント '%2$s の パブリックな実装がない
The specified event is missing from the class. It must exist due to the implementation of the specified interface.
COBCH1731 '%1$s' は抽象クラス '%3$s' のメソッド '%2$s' を実装していない
A non-abstract class inheriting from an abstract class has no implementation of the specified inherited method.
COBCH1732 '%1$s' は抽象クラス '%3$s' のプロパティ '%2$s' を実装していない
COBCH1733 '%1$s' は抽象クラス '%3$s' のイベント '%2$s' を実装していない
COBCH1734 '%1$s' には見つからない 'type %2$s' への参照がある
COBCH1735 文字列オブジェクトの UNSTRING には DELIMITED 句が必要である
The
unstring
statement has been specified without the
delimited
phrase.
COBCH1736 Cannot have both VALUE and KEY phrases
COBCH1737 CREATE はパラメーターなしのコンストラクタでリスト、辞書、およびタイプでのみ使用可能である
The
create
verb can only be used to create objects which are either defined as lists or dictionaries, or whose type has a constructor without parameters.
COBCH1738 ILSMARTLINKAGE クラス '%1$s' に一貫性のない定義がある
COBCH1739 識別子は XML GENERATE 識別子に従属していない
COBCH1740 ここでは添字項目は無効である
上位ヘルプ:
メッセージ COBCH1701 - COBCH1800