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