Message in Chinese (Simplified) (中文(简体))
无法继承名称相同的两个不同操作,协定“<var>Y</var>”和“<var>Z</var>”的操作“<var>X</var>”违反了此规则。可以通过更改方法名称或使用 OperationContractAttribute 的 Name 属性更改其中一个操作的名称。
Unlocalized message
Cannot inherit two different operations with the same name, operation '<var>X</var>' from contracts '<var>Y</var>' and '<var>Z</var>' violate this rule. You can change the name of one of the operations by changing the method name or by using the Name property of OperationContractAttribute.
Search by Google