2 references to XmlInvalidConversion
dotnet-svcutil-lib (2)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XmlReaderDelegator.cs (1)
223throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new XmlException(XmlObjectSerializer.TryAddLineInfo(this, string.Format(SRSerialization.XmlInvalidConversion, value, type))));
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlExceptionHelper.cs (1)
269return new XmlException(string.Format(SRSerialization.XmlInvalidConversion, value, type), exception);