8 references to XmlSchemaException
System.Xml (8)
System\Xml\Core\XmlTextReaderImpl.cs (1)
2531
SendValidationEvent( severity, new
XmlSchemaException
( code, arg, ps.baseUriStr, lineNo, linePos ) );
System\Xml\Schema\BaseValidator.cs (3)
205
SendValidationEvent(new
XmlSchemaException
(code, arg, reader.BaseURI, positionInfo.LineNumber, positionInfo.LinePosition));
217
SendValidationEvent(new
XmlSchemaException
(code, msg, reader.BaseURI, positionInfo.LineNumber, positionInfo.LinePosition), severity);
265
XmlSchemaException e = new
XmlSchemaException
(errorResId, name, baseUriStr, lineNumber, linePosition);
System\Xml\Schema\DtdParser.cs (2)
3222
SendValidationEvent( severity, new
XmlSchemaException
( code, arg, BaseUriStr, (int)LineNo, (int)LinePos + ( pos - curPos ) ) );
3227
SendValidationEvent( severity, new
XmlSchemaException
( code, arg, BaseUriStr, (int)LineNo, (int)LinePos ) );
System\Xml\Schema\XdrBuilder.cs (1)
1575
SendValidationEvent(new
XmlSchemaException
(code, msg, this._reader.BaseURI, this.positionInfo.LineNumber, this.positionInfo.LinePosition), XmlSeverityType.Error);
System\Xml\Schema\XsdBuilder.cs (1)
2329
SendValidationEvent(new
XmlSchemaException
(code, msg, this.reader.BaseURI, this.positionInfo.LineNumber, this.positionInfo.LinePosition));