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