Home
last modified time | relevance | path

Searched refs:Sch_CannotLoadSchema (Results 1 – 11 of 11) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Xml/System/Xml/Schema/
H A DXdrValidator.cs293 …SendValidationEvent(Res.Sch_CannotLoadSchema, new string[] {uri, e.Message}, XmlSeverityType.Error… in LoadSchemaFromLocation()
296 …SendValidationEvent(Res.Sch_CannotLoadSchema, new string[] {uri, e.Message}, XmlSeverityType.Warni… in LoadSchemaFromLocation()
H A DXsdValidator.cs146 …SendValidationEvent(Res.Sch_CannotLoadSchema, new string[] {BaseUri.AbsoluteUri, e.Message}, XmlSe… in ProcessInlineSchema()
506 …SendValidationEvent(Res.Sch_CannotLoadSchema, new string[] {uri, e.Message}, XmlSeverityType.Error… in LoadSchemaFromLocation()
510 …SendValidationEvent(Res.Sch_CannotLoadSchema, new string[] {uri, e.Message}, XmlSeverityType.Warni… in LoadSchemaFromLocation()
H A DXmlSchemaValidator.cs319 …SendValidationEvent(Res.Sch_CannotLoadSchema, new string[] {schema.BaseUri.ToString(), e.Message},… in AddSchema()
1561 SendValidationEvent(Res.Sch_CannotLoadSchema, new string[] {uri, e.Message}, e); in LoadSchema()
1564 …SendValidationEvent(Res.Sch_CannotLoadSchema, new string[] {uri, e.Message}, e, XmlSeverityType.Wa… in LoadSchema()
H A DXdrBuilder.cs502 …SendValidationEvent(Res.Sch_CannotLoadSchema, new string[] {uri, e.Message}, XmlSeverityType.Warni… in LoadSchema()
H A DSchemaCollectionpreProcessor.cs207 …SendValidationEventNoThrow(new XmlSchemaException(Res.Sch_CannotLoadSchema, new string[] {schemaLo… in LoadExternals()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.Xml/src/System/Xml/Schema/
H A DXdrValidator.cs346 …SendValidationEvent(SR.Sch_CannotLoadSchema, new string[] { uri, e.Message }, XmlSeverityType.Erro… in LoadSchemaFromLocation()
350 …SendValidationEvent(SR.Sch_CannotLoadSchema, new string[] { uri, e.Message }, XmlSeverityType.Warn… in LoadSchemaFromLocation()
H A DXsdValidator.cs151 …SendValidationEvent(SR.Sch_CannotLoadSchema, new string[] { BaseUri.AbsoluteUri, e.Message }, XmlS… in ProcessInlineSchema()
594 …SendValidationEvent(SR.Sch_CannotLoadSchema, new string[] { uri, e.Message }, XmlSeverityType.Erro… in LoadSchemaFromLocation()
599 …SendValidationEvent(SR.Sch_CannotLoadSchema, new string[] { uri, e.Message }, XmlSeverityType.Warn… in LoadSchemaFromLocation()
H A DXmlSchemaValidator.cs354 …SendValidationEvent(SR.Sch_CannotLoadSchema, new string[] { schema.BaseUri.ToString(), e.Message }… in AddSchema()
1865 SendValidationEvent(SR.Sch_CannotLoadSchema, new string[] { uri, e.Message }, e); in LoadSchema()
1869 …SendValidationEvent(SR.Sch_CannotLoadSchema, new string[] { uri, e.Message }, e, XmlSeverityType.W… in LoadSchema()
H A DXdrBuilder.cs533 …SendValidationEvent(SR.Sch_CannotLoadSchema, new string[] { uri, e.Message }, XmlSeverityType.Warn… in LoadSchema()
H A DSchemaCollectionpreProcessor.cs239 …SendValidationEventNoThrow(new XmlSchemaException(SR.Sch_CannotLoadSchema, new string[] { schemaLo… in LoadExternals()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.XML/ReferenceSources/
H A DRes.cs554 public const string Sch_CannotLoadSchema = "Cannot load the schema for the namespace '{0}' - {1}"; field in System.Xml.Res