10 references to XmlSchemaException
System.Private.Xml (10)
System\Xml\Schema\BaseProcessor.cs (1)
235SendValidationEvent(new XmlSchemaException(code, new string?[] { msg1, msg2 }, sourceUri, lineNumber, linePosition), XmlSeverityType.Error);
System\Xml\Schema\BaseValidator.cs (2)
257SendValidationEvent(new XmlSchemaException(code, args, reader.BaseURI, _positionInfo.LineNumber, _positionInfo.LinePosition)); 277SendValidationEvent(new XmlSchemaException(code, args, reader.BaseURI, _positionInfo.LineNumber, _positionInfo.LinePosition), severity);
System\Xml\Schema\SchemaCollectionpreProcessor.cs (1)
240SendValidationEventNoThrow(new XmlSchemaException(SR.Sch_CannotLoadSchema, new string[] { schemaLocation, e.Message }, e.SourceUri, e.LineNumber, e.LinePosition), XmlSeverityType.Error);
System\Xml\Schema\XdrBuilder.cs (1)
1796SendValidationEvent(new XmlSchemaException(code, args, _reader.BaseURI, _positionInfo.LineNumber, _positionInfo.LinePosition), severity);
System\Xml\Schema\XsdBuilder.cs (2)
2561SendValidationEvent(new XmlSchemaException(code, new string?[] { arg0, arg1, arg2 }, _reader.BaseURI, _positionInfo.LineNumber, _positionInfo.LinePosition)); 2571SendValidationEvent(new XmlSchemaException(code, args, _reader.BaseURI, _positionInfo.LineNumber, _positionInfo.LinePosition), severity);
System\Xml\Schema\XsdValidator.cs (3)
1083SendValidationEvent(new XmlSchemaException(SR.Sch_DuplicateKey, 1100SendValidationEvent(new XmlSchemaException(SR.Sch_DuplicateKey, 1143SendValidationEvent(new XmlSchemaException(SR.Sch_UnresolvedKeyref, new string[2] { ks!.ToString(), vcs[i].constraint.name.ToString() },