30 references to XmlSchemaException
System.Private.Xml (30)
System\Xml\Schema\BaseProcessor.cs (2)
215SendValidationEvent(new XmlSchemaException(code, source), XmlSeverityType.Error); 240SendValidationEvent(new XmlSchemaException(code, source), severity);
System\Xml\Schema\DataTypeImplementation.cs (2)
3087throw new XmlSchemaException(SR.Sch_NotationRequired, caller); 3093throw new XmlSchemaException(SR.Sch_NotationRequired, caller);
System\Xml\Schema\FacetChecker.cs (22)
63throw new XmlSchemaException(SR.Sch_FacetBaseFixed, facet); 70throw new XmlSchemaException(SR.Sch_LengthGtBaseLength, facet); 78throw new XmlSchemaException(SR.Sch_MaxMinLengthBaseLength, facet); 86throw new XmlSchemaException(SR.Sch_MaxMinLengthBaseLength, facet); 102throw new XmlSchemaException(SR.Sch_FacetBaseFixed, facet); 109throw new XmlSchemaException(SR.Sch_MinLengthGtBaseMinLength, facet); 116throw new XmlSchemaException(SR.Sch_MaxMinLengthBaseLength, facet); 132throw new XmlSchemaException(SR.Sch_FacetBaseFixed, facet); 139throw new XmlSchemaException(SR.Sch_MaxLengthGtBaseMaxLength, facet); 146throw new XmlSchemaException(SR.Sch_MaxMinLengthBaseLength, facet); 203throw new XmlSchemaException(SR.Sch_FacetBaseFixed, facet); 220throw new XmlSchemaException(SR.Sch_WhiteSpaceRestriction1, facet); 226throw new XmlSchemaException(SR.Sch_WhiteSpaceRestriction2, facet); 241throw new XmlSchemaException(SR.Sch_FacetBaseFixed, facet); 258throw new XmlSchemaException(SR.Sch_FacetBaseFixed, facet); 275throw new XmlSchemaException(SR.Sch_FacetBaseFixed, facet); 292throw new XmlSchemaException(SR.Sch_FacetBaseFixed, facet); 310throw new XmlSchemaException(SR.Sch_FacetBaseFixed, facet); 337throw new XmlSchemaException(SR.Sch_FacetBaseFixed, facet); 754throw new XmlSchemaException(errorCode, facet); 902throw new XmlSchemaException(SR.Sch_InvalidFacet, facet); 956throw new XmlSchemaException(SR.Sch_UnknownFacet, facet);
System\Xml\Schema\SchemaCollectionCompiler.cs (2)
523throw new XmlSchemaException(SR.Sch_TypeCircularRef, simpleType); 2307throw new XmlSchemaException(SR.Sch_ElementCannotHaveValue, xe);
System\Xml\Schema\SchemaSetCompiler.cs (2)
605throw new XmlSchemaException(SR.Sch_TypeCircularRef, simpleType); 2777throw new XmlSchemaException(SR.Sch_ElementCannotHaveValue, xe);