Home
last modified time | relevance | path

Searched refs:XmlSerializerUnsupportedType (Results 1 – 7 of 7) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Xml/System/Xml/Serialization/
H A DTypes.cs333 … throw new NotSupportedException(Res.GetString(Res.XmlSerializerUnsupportedType, FullName)); in CheckSupported()
719 …exception = new NotSupportedException(Res.GetString(Res.XmlSerializerUnsupportedType, type.FullNam… in ImportTypeDesc()
754 …exception = new NotSupportedException(Res.GetString(Res.XmlSerializerUnsupportedType, type.FullNam… in ImportTypeDesc()
810 …exception = new NotSupportedException(Res.GetString(Res.XmlSerializerUnsupportedType, type.FullNam… in ImportTypeDesc()
H A DModels.cs168 …eDesc.Exception = new NotSupportedException(Res.GetString(Res.XmlSerializerUnsupportedType, typeDe… in CheckSupportedMember()
H A DXmlSerializationWriter.cs3511 …throw new InvalidOperationException(Res.GetString(Res.XmlSerializerUnsupportedType, memberInfos[0]… in WriteMemberInfo()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.Xml/src/System/Xml/Serialization/
H A DTypes.cs380 … throw new NotSupportedException(SR.Format(SR.XmlSerializerUnsupportedType, FullName)); in CheckSupported()
796 … exception = new NotSupportedException(SR.Format(SR.XmlSerializerUnsupportedType, type.FullName)); in ImportTypeDesc()
839 … exception = new NotSupportedException(SR.Format(SR.XmlSerializerUnsupportedType, type.FullName)); in ImportTypeDesc()
909 … exception = new NotSupportedException(SR.Format(SR.XmlSerializerUnsupportedType, type.FullName)); in ImportTypeDesc()
H A DModels.cs195 …typeDesc.Exception = new NotSupportedException(SR.Format(SR.XmlSerializerUnsupportedType, typeDesc… in CheckSupportedMember()
H A DXmlSerializationWriter.cs1755 …throw new InvalidOperationException(SR.Format(SR.XmlSerializerUnsupportedType, memberInfos[0].ToSt… in WriteMemberInfo()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.XML/ReferenceSources/
H A DRes.cs715 …public const string XmlSerializerUnsupportedType = "{0} is an unsupported type. Please use [XmlIgn… field in System.Xml.Res