5 references to TypeNotSerializable
System.Private.DataContractSerialization (5)
System\Runtime\Serialization\DataContract.cs (2)
477ThrowInvalidDataContractException(SR.Format(SR.TypeNotSerializable, type), type); 521ThrowInvalidDataContractException(SR.Format(SR.TypeNotSerializable, type), type);
System\Runtime\Serialization\XmlObjectSerializerContext.cs (1)
152throw new InvalidDataContractException(SR.Format(SR.TypeNotSerializable, memberType));
System\Runtime\Serialization\XmlObjectSerializerReadContextComplex.cs (1)
90throw new InvalidDataContractException(SR.Format(SR.TypeNotSerializable, memberType));
System\Runtime\Serialization\XmlObjectSerializerWriteContextComplex.cs (1)
188throw new InvalidDataContractException(SR.Format(SR.TypeNotSerializable, memberType));