Home
last modified time | relevance | path

Searched refs:MtomRootUnexpectedType (Results 1 – 2 of 2) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Runtime.Serialization/ReferenceSources/
H A DSR.missing.cs240 public const string MtomRootUnexpectedType = @"Unexpected type on MTOM root. Expected '{1}', got '{… field in System.Runtime.Serialization.SR
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Runtime.Serialization/System/Xml/
H A DXmlMtomReader.cs238 …ceptionUtility.ThrowHelperError(new XmlException(SR.GetString(SR.MtomRootUnexpectedType, rootType,… in ReadRootContentTypeHeader()