2 references to Serialization_ConstructorNotFound
System.Runtime.Serialization.Formatters (2)
System\Runtime\Serialization\ObjectManager.cs (2)
790throw new SerializationException(SR.Format(SR.Serialization_ConstructorNotFound, t), e); 810throw new SerializationException(SR.Format(SR.Serialization_ConstructorNotFound, t.FullName));