Message in Chinese (Simplified) (中文(简体))
类型 <var>Type Name</var> 的服务类定义 ServiceContract 并同时从类型 X 中继承 ServiceContract。协定继承只能在接口类型之间使用。如果使用 ServiceContractAttribute 标记某个类,则该类必须是层次结构中使用 ServiceContractAttribute 的唯一类型。请考虑将类型 X 上的 ServiceContractAttribute 移到类型 X 实现的单独接口。
Unlocalized message
The service class of type <var>Type Name</var> both defines a ServiceContract and inherits a ServiceContract from type X. Contract inheritance can only be used among interface types. If a class is marked with ServiceContractAttribute, it must be the only type in the hierarchy with ServiceContractAttribute. Consider moving the ServiceContractAttribute on type X to a separate interface that type X implements.
Search by Google