29 references to XmlSchemaException
dotnet-svcutil-lib (29)
FrameworkFork\Microsoft.Xml\Xml\schema\BaseProcessor.cs (2)
229SendValidationEvent(new XmlSchemaException(code, source), XmlSeverityType.Error); 254SendValidationEvent(new XmlSchemaException(code, source), severity);
FrameworkFork\Microsoft.Xml\Xml\schema\DatatypeImplementation.cs (2)
3147throw new XmlSchemaException(ResXml.Sch_NotationRequired, caller); 3153throw new XmlSchemaException(ResXml.Sch_NotationRequired, caller);
FrameworkFork\Microsoft.Xml\Xml\schema\FacetChecker.cs (21)
63throw new XmlSchemaException(ResXml.Sch_FacetBaseFixed, facet); 70throw new XmlSchemaException(ResXml.Sch_LengthGtBaseLength, facet); 78throw new XmlSchemaException(ResXml.Sch_MaxMinLengthBaseLength, facet); 86throw new XmlSchemaException(ResXml.Sch_MaxMinLengthBaseLength, facet); 102throw new XmlSchemaException(ResXml.Sch_FacetBaseFixed, facet); 109throw new XmlSchemaException(ResXml.Sch_MinLengthGtBaseMinLength, facet); 116throw new XmlSchemaException(ResXml.Sch_MaxMinLengthBaseLength, facet); 132throw new XmlSchemaException(ResXml.Sch_FacetBaseFixed, facet); 139throw new XmlSchemaException(ResXml.Sch_MaxLengthGtBaseMaxLength, facet); 146throw new XmlSchemaException(ResXml.Sch_MaxMinLengthBaseLength, facet); 206throw new XmlSchemaException(ResXml.Sch_FacetBaseFixed, facet); 223throw new XmlSchemaException(ResXml.Sch_WhiteSpaceRestriction1, facet); 229throw new XmlSchemaException(ResXml.Sch_WhiteSpaceRestriction2, facet); 244throw new XmlSchemaException(ResXml.Sch_FacetBaseFixed, facet); 261throw new XmlSchemaException(ResXml.Sch_FacetBaseFixed, facet); 278throw new XmlSchemaException(ResXml.Sch_FacetBaseFixed, facet); 295throw new XmlSchemaException(ResXml.Sch_FacetBaseFixed, facet); 313throw new XmlSchemaException(ResXml.Sch_FacetBaseFixed, facet); 758throw new XmlSchemaException(errorCode, facet); 909throw new XmlSchemaException(ResXml.Sch_InvalidFacet, facet); 963throw new XmlSchemaException(ResXml.Sch_UnknownFacet, facet);
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionCompiler.cs (2)
513throw new XmlSchemaException(ResXml.Sch_TypeCircularRef, simpleType); 2392throw new XmlSchemaException(ResXml.Sch_ElementCannotHaveValue, xe);
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaSetCompiler.cs (2)
594throw new XmlSchemaException(ResXml.Sch_TypeCircularRef, simpleType); 2835throw new XmlSchemaException(ResXml.Sch_ElementCannotHaveValue, xe);