4 references to UnexpectedContractType
System.Private.DataContractSerialization (4)
System\Runtime\Serialization\DataContract.cs (4)
177
throw new InvalidDataContractException(SR.Format(SR.
UnexpectedContractType
, DataContract.GetClrTypeFullName(GetType()), DataContract.GetClrTypeFullName(UnderlyingType)));
184
throw new InvalidDataContractException(SR.Format(SR.
UnexpectedContractType
, DataContract.GetClrTypeFullName(GetType()), DataContract.GetClrTypeFullName(UnderlyingType)));
191
throw new InvalidDataContractException(SR.Format(SR.
UnexpectedContractType
, DataContract.GetClrTypeFullName(GetType()), DataContract.GetClrTypeFullName(UnderlyingType)));
196
throw new InvalidDataContractException(SR.Format(SR.
UnexpectedContractType
, DataContract.GetClrTypeFullName(GetType()), DataContract.GetClrTypeFullName(UnderlyingType)));