2 references to SFxBodyObjectTypeCannotBeInterface
System.ServiceModel.Primitives (2)
System\ServiceModel\Description\XmlSerializerOperationBehavior.cs (2)
590
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException(SRP.Format(SRP.
SFxBodyObjectTypeCannotBeInterface
, bodyObjectType.FullName, typeof(IEnumerable).FullName)));
595
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException(SRP.Format(SRP.
SFxBodyObjectTypeCannotBeInterface
, bodyObjectType.FullName, typeof(IXmlSerializable).FullName)));