Message in Korean (한국어)
데이터 계약 이름 '<var>X</var>:<var>Y</var>'을(를) 가진 '<var>Type Name</var>' 형식은 필요한 형식이 아닙니다. 정적으로 알려지지 않은 모든 형식을 알려진 형식 목록에 추가하십시오. 예를 들어, KnownTypeAttribute 특성을 사용하거나 DataContractSerializer에 전달된 알려진 형식 목록에 이러한 형식을 추가하십시오.
Unlocalized message
Type '<var>Type Name</var>' with data contract name '<var>X</var>:<var>Y</var>' is not expected. Consider using a DataContractResolver or add any types not known statically to the list of known types - for example, by using the KnownTypeAttribute attribute or by adding them to the list of known types passed to DataContractSerializer.
Search by Google