2 references to XmlSerializableSchemaError
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\Serialization\Mappings.cs (1)
1276
throw new InvalidOperationException(string.Format(ResXml.
XmlSerializableSchemaError
, typeof(IXmlSerializable).Name, args.Message));
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlReflectionImporter.cs (1)
582
throw new InvalidOperationException(string.Format(ResXml.
XmlSerializableSchemaError
, typeof(IXmlSerializable).Name, args.Message));