Home
last modified time | relevance | path

Searched refs:Sch_InvalidValue (Results 1 – 3 of 3) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Xml/System/Xml/Schema/
H A DDataTypeImplementation.cs3436 throw new XmlSchemaException(Res.GetString(Res.Sch_InvalidValue, s), e); in ParseValue()
3439 throw new XmlSchemaException(Res.Sch_InvalidValue, s); in ParseValue()
3452 throw new XmlSchemaException(Res.GetString(Res.Sch_InvalidValue, s), e); in ParseValue()
3455 throw new XmlSchemaException(Res.Sch_InvalidValue, s); in ParseValue()
3482 throw new XmlSchemaException(Res.GetString(Res.Sch_InvalidValue, s), e); in ParseValue()
3518 throw new XmlSchemaException(Res.GetString(Res.Sch_InvalidValue, s), e); in ParseValue()
3556 throw new XmlSchemaException(Res.GetString(Res.Sch_InvalidValue, s), e); in ParseValue()
3606 throw new XmlSchemaException(Res.GetString(Res.Sch_InvalidValue, s), e); in ParseValue()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.Xml/src/System/Xml/Schema/
H A DDataTypeImplementation.cs3758 throw new XmlSchemaException(SR.Format(SR.Sch_InvalidValue, s), e); in ParseValue()
3763 throw new XmlSchemaException(SR.Sch_InvalidValue, s); in ParseValue()
3780 throw new XmlSchemaException(SR.Format(SR.Sch_InvalidValue, s), e); in ParseValue()
3785 throw new XmlSchemaException(SR.Sch_InvalidValue, s); in ParseValue()
3819 throw new XmlSchemaException(SR.Format(SR.Sch_InvalidValue, s), e); in ParseValue()
3862 throw new XmlSchemaException(SR.Format(SR.Sch_InvalidValue, s), e); in ParseValue()
3906 throw new XmlSchemaException(SR.Format(SR.Sch_InvalidValue, s), e); in ParseValue()
3963 throw new XmlSchemaException(SR.Format(SR.Sch_InvalidValue, s), e); in ParseValue()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.XML/ReferenceSources/
H A DRes.cs257 public const string Sch_InvalidValue = "The value '{0}' is invalid according to its data type."; field in System.Xml.Res