COBCH1701 - COBCH1720
COBCH1701 から COBCH1720 までの構文エラー メッセージ一覧
COBCH1701 CONSTANT 項目は集団項目になることはできない
The CONSTANT keyword has been specified on a group item.
COBCH1702 CONSTANT 項目 '%1$s' の値に循環定義が含まれる
A circular definition has been created in the value of a CONSTANT.
COBCH1703 アセンブリには、CLSCompliant 属性がないので、'%1$s' に CLSCompliant(false) は必要ない
The attribute CLSCompliant(true) is not set for the containing assembly, and therefore the attribute CLSCompliant(false) is not required for any of its members.
COBCH1704 アセンブリには、CLSCompliant 属性がないので、'%1$s' に CLSCompliant(true) は許可されない
The attribute CLSCompliant(true) is not set for the containing assembly, and therefore this element (and other elements in the assembly) cannot claim to be CLS compliant.
COBCH1705 '%2$s' のパラメーター型 '%1$s' は CLS 準拠ではない
A parameter in the member marked as CLS compliant is not using a compliant type.
COBCH1706 '%2$s' のメンバー型 '%1$s' は CLS 準拠ではない
The member marked as CLS compliant is not using a compliant type.
COBCH1707 他のメンバーとの違いが大文字小文字だけしかないため、メンバー '%1$s' は CLS 準拠ではない
A member that is marked as CLS compliant has the same name as another member in the assembly, differing only by case.
COBCH1708 メソッド '%2$s' がパラメーターの切り捨てが必要な '%1$s' に複数存在する
Method invocation has identified more than one possible target method, and those targets may result in parameter truncation.
COBCH1710 '%1$s' には '%2$s' の名前のメンバーがない
A member has been referenced that does not exist.
COBCH1711 '%1$s' には %3$s個のパラメーターのある可視メソッド '%2$s' がない
The specified type has no method with the specified name and number of parameters.
COBCH1712 '%1$s' には %3$s個のパラメーターのある可視インスタンスメソッド '%2$s' がない
The specified type has no instance method with the specified name and number of parameters.
COBCH1713 '%1$s' には %3$s個のパラメーターのある可視静的メソッド '%2$s' がない
The specified type has no static method with the specified name and number of parameters.
COBCH1714 '%1$s' には %2$s個のパラメーターのある可視コンストラクタがない
The specified type has no constructor with the specified number of parameters.
COBCH1715 '%1$s' の可視性の最も高いオーバーロード '%2$s' には無効なパラメーター %3$s がある
The specified type has no method with matching parameters. The error message shows the method with the best match, and indicates the parameter that fails to match.
COBCH1716 '%1$s' の可視性の最も高いインスタンス オーバーロード '%2$s' には無効なパラメーター %3$s がある
The specified type has no instance method with matching parameters. The error message shows the method with the best match, and indicates the parameter that fails to match.
COBCH1717 '%1$s' の可視性の最も高い静的オーバーロード '%2$s' には無効なパラメーター %3$s がある
The specified type has no static method with matching parameters. The error message shows the method with the best match, and indicates the parameter that fails to match.
COBCH1718 '%1$s' の可視性の最も高いコンストラクタ 'new%2$s' には無効なパラメーター %3$s がある
The specified type has no constructor with matching parameters. The error message shows the constructor with the best match, and indicates the parameter that fails to match.
COBCH1719 EVENT を指定する必要がある
The target of an
attach
or
detach
statement must refer to an event.
上位ヘルプ:
メッセージ COBCH1701 - COBCH1800