178 references to XmlSeverityType
System.Data.Entity (5)
System\Data\EntityModel\SchemaObjectModel\Schema.cs (3)
318
if ( (reader.NodeType == XmlNodeType.Attribute) || (e.Severity == System.Xml.Schema.
XmlSeverityType
.Warning))
327
&& (e.Severity == System.Xml.Schema.
XmlSeverityType
.Warning))
333
if (e.Severity == System.Xml.Schema.
XmlSeverityType
.Warning)
System\Data\Mapping\StorageMappingItemLoader.cs (2)
3571
if (args.Severity !=
XmlSeverityType
.Warning)
3579
if (args.Severity ==
XmlSeverityType
.Warning)
System.Data.Services.Design (1)
System\Data\EntityModel\DataServiceBuildProvider.cs (1)
410
if (e.Severity ==
XmlSeverityType
.Error)
System.Web.Extensions (1)
Compilation\WCFModel\MapFileLoader.cs (1)
74
bool isError = (e.Severity ==
XmlSeverityType
.Error);
System.Web.Services (2)
System\Web\Services\Description\SchemaCompiler.cs (1)
159
Warnings.Add(Res.GetString(args.Severity ==
XmlSeverityType
.Error ? Res.SchemaValidationError : Res.SchemaValidationWarning, WarningDetails(args.Exception, args.Message)));
System\Web\Services\Description\WebReferenceOptions.cs (1)
156
if (args.Severity !=
XmlSeverityType
.Error)
System.Workflow.Runtime (1)
Tracking\TrackingProfileSerializer.cs (1)
851
if (e.Severity ==
XmlSeverityType
.Error)
System.Xml (167)
System\Xml\Core\IValidationEventHandling.cs (1)
18
void SendEvent(Exception exception,
XmlSeverityType
severity);
System\Xml\Core\XmlTextReaderImpl.cs (5)
2327
SendValidationEvent(
XmlSeverityType
.Error, Res.Sch_ParEntityRefNesting, null, ps.LineNo, ps.LinePos );
2530
void SendValidationEvent(
XmlSeverityType
severity, string code, string arg, int lineNo, int linePos ) {
2534
void SendValidationEvent(
XmlSeverityType
severity, XmlSchemaException exception) {
4082
SendValidationEvent(
XmlSeverityType
.Error, Res.Sch_StandAloneNormalization, attr.GetNameWPrefix( nameTable ), attr.LineNo, attr.LinePos );
4110
SendValidationEvent(
XmlSeverityType
.Error, Res.Sch_UnSpecifiedDefaultAttributeInExternalStandalone, qname, curNode.LineNo, curNode.LinePos );
System\Xml\Core\XmlTextReaderImplAsync.cs (1)
745
SendValidationEvent(
XmlSeverityType
.Error, Res.Sch_ParEntityRefNesting, null, ps.LineNo, ps.LinePos );
System\Xml\Core\XmlValidatingReaderImpl.cs (2)
56
void IValidationEventHandling.SendEvent(Exception /*XmlSchemaException*/ exception,
XmlSeverityType
severity) {
60
else if (reader.ValidationType != ValidationType.None && severity ==
XmlSeverityType
.Error) {
System\Xml\Dom\DocumentSchemaValidator.cs (3)
691
if (arg.Severity ==
XmlSeverityType
.Error) {
697
if (arg.Severity ==
XmlSeverityType
.Error) {
706
else if (arg.Severity ==
XmlSeverityType
.Error) {
System\Xml\Schema\BaseProcessor.cs (13)
183
SendValidationEvent(new XmlSchemaException(code, source),
XmlSeverityType
.Error);
187
SendValidationEvent(new XmlSchemaException(code, msg, source),
XmlSeverityType
.Error);
191
SendValidationEvent(new XmlSchemaException(code, new string[] { msg1, msg2 }, source),
XmlSeverityType
.Error);
195
SendValidationEvent(new XmlSchemaException(code, args, innerException, source.SourceUri, source.LineNumber, source.LinePosition, source),
XmlSeverityType
.Error);
199
SendValidationEvent(new XmlSchemaException(code, new string[] { msg1, msg2 }, sourceUri, lineNumber, linePosition),
XmlSeverityType
.Error);
202
protected void SendValidationEvent(string code, XmlSchemaObject source,
XmlSeverityType
severity) {
207
SendValidationEvent(e,
XmlSeverityType
.Error);
210
protected void SendValidationEvent(string code, string msg, XmlSchemaObject source,
XmlSeverityType
severity) {
214
protected void SendValidationEvent(XmlSchemaException e,
XmlSeverityType
severity) {
215
if (severity ==
XmlSeverityType
.Error) {
221
else if (severity ==
XmlSeverityType
.Error) {
226
protected void SendValidationEventNoThrow(XmlSchemaException e,
XmlSeverityType
severity) {
227
if (severity ==
XmlSeverityType
.Error) {
System\Xml\Schema\BaseValidator.cs (6)
213
SendValidationEvent(e,
XmlSeverityType
.Error);
216
protected void SendValidationEvent(string code, string msg,
XmlSeverityType
severity) {
220
protected void SendValidationEvent(string code, string[] args,
XmlSeverityType
severity) {
224
protected void SendValidationEvent(XmlSchemaException e,
XmlSeverityType
severity) {
228
else if (severity ==
XmlSeverityType
.Error) {
268
eventHandling.SendEvent(e,
XmlSeverityType
.Error);
System\Xml\Schema\DtdParser.cs (25)
418
SendValidationEvent(
XmlSeverityType
.Error, new XmlSchemaException( Res.Sch_UndeclaredNotation, un.name, BaseUriStr, (int)un.lineNo, (int)un.linePos ) );
552
SendValidationEvent( curPos,
XmlSeverityType
.Error, Res.Sch_ParEntityRefNesting, string.Empty );
606
SendValidationEvent( curPos,
XmlSeverityType
.Error, Res.Sch_ParEntityRefNesting, string.Empty );
734
SendValidationEvent(
XmlSeverityType
.Error, Res.Sch_IdAttrDeclared, elementDecl.Name.ToString() );
747
SendValidationEvent( curPos - 8,
XmlSeverityType
.Error, Res.Sch_DupNotationAttribute, elementDecl.Name.ToString() ); // 8 == strlen("NOTATION")
753
SendValidationEvent( curPos - 8,
XmlSeverityType
.Error, Res.Sch_NotationAttributeOnEmptyElement, elementDecl.Name.ToString() );// 8 == strlen("NOTATION")
775
SendValidationEvent(
XmlSeverityType
.Error, new XmlSchemaException( Res.Xml_AttlistDuplNotationValue, notationName, BaseUriStr, (int)LineNo, (int)LinePos ) );
814
SendValidationEvent(
XmlSeverityType
.Error, new XmlSchemaException( Res.Xml_AttlistDuplEnumValue, nmtoken, BaseUriStr, (int)LineNo, (int)LinePos ) );
856
SendValidationEvent( curPos,
XmlSeverityType
.Error, Res.Sch_AttListPresence, string.Empty );
892
SendValidationEvent( curPos - name.Name.Length,
XmlSeverityType
.Error, Res.Sch_DupElementDecl, GetNameString() );
1166
SendValidationEvent( curPos,
XmlSeverityType
.Error, Res.Sch_ParEntityRefNesting, string.Empty );
1220
SendValidationEvent( curPos,
XmlSeverityType
.Error, Res.Sch_ParEntityRefNesting, string.Empty );
1239
SendValidationEvent( curPos,
XmlSeverityType
.Error, Res.Sch_ParEntityRefNesting, string.Empty );
1249
SendValidationEvent(
XmlSeverityType
.Error, Res.Sch_DupElement, name.ToString() );
1256
SendValidationEvent( curPos,
XmlSeverityType
.Error, Res.Sch_ParEntityRefNesting, string.Empty );
1377
SendValidationEvent( curPos - notationName.Name.Length,
XmlSeverityType
.Error, Res.Sch_DupNotation, notationName.Name );
1437
SendValidationEvent(
XmlSeverityType
.Error, Res.Sch_ParEntityRefNesting, null );
1469
SendValidationEvent( curPos,
XmlSeverityType
.Error, Res.Sch_ParEntityRefNesting, string.Empty );
1491
SendValidationEvent( curPos,
XmlSeverityType
.Error, Res.Sch_ParEntityRefNesting, string.Empty );
1500
SendValidationEvent( curPos,
XmlSeverityType
.Error, Res.Sch_ParEntityRefNesting, string.Empty );
3186
SendValidationEvent( curPos - entityName.Name.Length - 1,
XmlSeverityType
.Error, Res.Xml_UndeclaredParEntity, entityName.Name );
3194
SendValidationEvent( curPos - entityName.Name.Length - 1,
XmlSeverityType
.Error, Res.Xml_UndeclaredEntity, entityName.Name );
3220
private void SendValidationEvent( int pos,
XmlSeverityType
severity, string code, string arg ) {
3225
private void SendValidationEvent(
XmlSeverityType
severity, string code, string arg ) {
3230
private void SendValidationEvent(
XmlSeverityType
severity, XmlSchemaException e ) {
System\Xml\Schema\DtdParserAsync.cs (20)
61
SendValidationEvent(
XmlSeverityType
.Error, new XmlSchemaException( Res.Sch_UndeclaredNotation, un.name, BaseUriStr, (int)un.lineNo, (int)un.linePos ) );
197
SendValidationEvent( curPos,
XmlSeverityType
.Error, Res.Sch_ParEntityRefNesting, string.Empty );
251
SendValidationEvent( curPos,
XmlSeverityType
.Error, Res.Sch_ParEntityRefNesting, string.Empty );
379
SendValidationEvent(
XmlSeverityType
.Error, Res.Sch_IdAttrDeclared, elementDecl.Name.ToString() );
392
SendValidationEvent( curPos - 8,
XmlSeverityType
.Error, Res.Sch_DupNotationAttribute, elementDecl.Name.ToString() ); // 8 == strlen("NOTATION")
398
SendValidationEvent( curPos - 8,
XmlSeverityType
.Error, Res.Sch_NotationAttributeOnEmptyElement, elementDecl.Name.ToString() );// 8 == strlen("NOTATION")
420
SendValidationEvent(
XmlSeverityType
.Error, new XmlSchemaException( Res.Xml_AttlistDuplNotationValue, notationName, BaseUriStr, (int)LineNo, (int)LinePos ) );
459
SendValidationEvent(
XmlSeverityType
.Error, new XmlSchemaException( Res.Xml_AttlistDuplEnumValue, nmtoken, BaseUriStr, (int)LineNo, (int)LinePos ) );
501
SendValidationEvent( curPos,
XmlSeverityType
.Error, Res.Sch_AttListPresence, string.Empty );
537
SendValidationEvent( curPos - name.Name.Length,
XmlSeverityType
.Error, Res.Sch_DupElementDecl, GetNameString() );
790
SendValidationEvent( curPos,
XmlSeverityType
.Error, Res.Sch_ParEntityRefNesting, string.Empty );
844
SendValidationEvent( curPos,
XmlSeverityType
.Error, Res.Sch_ParEntityRefNesting, string.Empty );
863
SendValidationEvent( curPos,
XmlSeverityType
.Error, Res.Sch_ParEntityRefNesting, string.Empty );
873
SendValidationEvent(
XmlSeverityType
.Error, Res.Sch_DupElement, name.ToString() );
880
SendValidationEvent( curPos,
XmlSeverityType
.Error, Res.Sch_ParEntityRefNesting, string.Empty );
1003
SendValidationEvent( curPos - notationName.Name.Length,
XmlSeverityType
.Error, Res.Sch_DupNotation, notationName.Name );
1048
SendValidationEvent(
XmlSeverityType
.Error, Res.Sch_ParEntityRefNesting, null );
1080
SendValidationEvent( curPos,
XmlSeverityType
.Error, Res.Sch_ParEntityRefNesting, string.Empty );
1102
SendValidationEvent( curPos,
XmlSeverityType
.Error, Res.Sch_ParEntityRefNesting, string.Empty );
1111
SendValidationEvent( curPos,
XmlSeverityType
.Error, Res.Sch_ParEntityRefNesting, string.Empty );
System\Xml\Schema\DtdValidator.cs (4)
89
SendValidationEvent(Res.Xml_NoDTDPresent, this.name.ToString(),
XmlSeverityType
.Warning);
460
eventHandling.SendEvent(e,
XmlSeverityType
.Error);
498
eventHandling.SendEvent(e,
XmlSeverityType
.Error);
512
eventHandling.SendEvent(e,
XmlSeverityType
.Error);
System\Xml\Schema\Preprocessor.cs (6)
294
SendValidationEvent(new XmlSchemaException(Res.Sch_InvalidIncludeLocation, null, innerException, include.SourceUri, include.LineNumber, include.LinePosition, include),
XmlSeverityType
.Warning);
333
SendValidationEvent(Res.Sch_InvalidIncludeLocation, include,
XmlSeverityType
.Warning);
349
SendValidationEvent(new XmlSchemaException(Res.Sch_InvalidIncludeLocation, null, eInner, include.SourceUri, include.LineNumber, include.LinePosition, include),
XmlSeverityType
.Warning);
357
SendValidationEvent(new XmlSchemaException(Res.Sch_InvalidIncludeLocation, null, innerException, include.SourceUri, include.LineNumber, include.LinePosition, include),
XmlSeverityType
.Warning);
723
SendValidationEvent(Res.Sch_MultipleRedefine, redefine,
XmlSeverityType
.Warning);
1726
SendValidationEvent(Res.Sch_UnrefNS, value.Namespace, xso,
XmlSeverityType
.Warning);
System\Xml\Schema\SchemaAttDef.cs (1)
205
validationEventHandling.SendEvent(new XmlSchemaException(Res.Sch_XmlSpace, string.Empty),
XmlSeverityType
.Error);
System\Xml\Schema\SchemaCollectionCompiler.cs (6)
846
SendValidationEvent(Res.Sch_EmptyChoice, choice,
XmlSeverityType
.Warning);
926
SendValidationEvent(Res.Sch_EmptyChoice, groupRef,
XmlSeverityType
.Warning);
1006
SendValidationEvent(Res.Sch_EmptyChoice, oldChoice,
XmlSeverityType
.Warning);
1435
SendValidationEvent(Res.Sch_AttributeIgnored, attribute.QualifiedName.ToString(), attribute,
XmlSeverityType
.Warning);
1455
SendValidationEvent(Res.Sch_AttributeIgnored, attributeValue.QualifiedName.ToString(), attributeValue,
XmlSeverityType
.Warning);
1984
SendValidationEvent(Res.Sch_ComplexContentModel, complexType,
XmlSeverityType
.Warning);
System\Xml\Schema\SchemaCollectionpreProcessor.cs (4)
207
SendValidationEventNoThrow(new XmlSchemaException(Res.Sch_CannotLoadSchema, new string[] {schemaLocation, e.Message}, e.SourceUri, e.LineNumber, e.LinePosition),
XmlSeverityType
.Error);
210
SendValidationEvent(Res.Sch_InvalidIncludeLocation, include,
XmlSeverityType
.Warning);
218
SendValidationEvent(Res.Sch_InvalidIncludeLocation, include,
XmlSeverityType
.Warning);
1406
SendValidationEvent(Res.Sch_UnrefNS,value.Namespace,xso,
XmlSeverityType
.Warning);
System\Xml\Schema\SchemaSetCompiler.cs (6)
939
SendValidationEvent(Res.Sch_EmptyChoice, choice,
XmlSeverityType
.Warning);
1024
SendValidationEvent(Res.Sch_EmptyChoice, groupRef,
XmlSeverityType
.Warning);
1095
SendValidationEvent(Res.Sch_EmptyChoice, oldChoice,
XmlSeverityType
.Warning);
1714
SendValidationEvent(Res.Sch_AttributeIgnored, attr.QualifiedName.ToString(), attr,
XmlSeverityType
.Warning);
1734
SendValidationEvent(Res.Sch_AttributeIgnored, attribute.QualifiedName.ToString(), attribute,
XmlSeverityType
.Warning);
2339
SendValidationEvent(Res.Sch_ComplexContentModel, complexType,
XmlSeverityType
.Warning);
System\Xml\Schema\ValidationEventArgs.cs (4)
16
XmlSeverityType
severity;
20
severity =
XmlSeverityType
.Error;
23
internal ValidationEventArgs( XmlSchemaException ex ,
XmlSeverityType
severity ) : base() {
29
public
XmlSeverityType
Severity {
System\Xml\Schema\XdrBuilder.cs (5)
502
SendValidationEvent(Res.Sch_CannotLoadSchema, new string[] {uri, e.Message},
XmlSeverityType
.Warning);
1566
private void SendValidationEvent(string code, string[] args,
XmlSeverityType
severity) {
1575
SendValidationEvent(new XmlSchemaException(code, msg, this._reader.BaseURI, this.positionInfo.LineNumber, this.positionInfo.LinePosition),
XmlSeverityType
.Error);
1578
private void SendValidationEvent(XmlSchemaException e,
XmlSeverityType
severity) {
1583
else if (severity ==
XmlSeverityType
.Error) {
System\Xml\Schema\XdrValidator.cs (3)
293
SendValidationEvent(Res.Sch_CannotLoadSchema, new string[] {uri, e.Message},
XmlSeverityType
.Error);
296
SendValidationEvent(Res.Sch_CannotLoadSchema, new string[] {uri, e.Message},
XmlSeverityType
.Warning);
371
SendValidationEvent(new XmlSchemaException(Res.Xml_NoValidation, string.Empty),
XmlSeverityType
.Warning);
System\Xml\Schema\XmlSchemaSet.cs (7)
477
SendValidationEvent(new XmlSchemaException(Res.Sch_SchemaNotRemoved, string.Empty),
XmlSeverityType
.Warning);
550
SendValidationEvent(new XmlSchemaException(Res.Sch_SchemaNotPreprocessed, string.Empty),
XmlSeverityType
.Error);
1067
SendValidationEvent(e,
XmlSeverityType
.Error);
1200
SendValidationEvent(new XmlSchemaException(Res.Sch_MismatchTargetNamespaceEx, new string[] { targetNamespace, schema.TargetNamespace }),
XmlSeverityType
.Error);
1328
SendValidationEvent(new XmlSchemaException(code,qname.ToString()),
XmlSeverityType
.Error);
1353
if (e.Severity ==
XmlSeverityType
.Error) {
1358
private void SendValidationEvent(XmlSchemaException e,
XmlSeverityType
severity) {
System\Xml\Schema\XmlSchemaValidator.cs (31)
311
SendValidationEvent(Res.Sch_ComponentAlreadySeenForNS, tns,
XmlSeverityType
.Error);
328
SendValidationEvent(Res.Sch_ComponentAlreadySeenForNS, tns,
XmlSeverityType
.Error);
510
SendValidationEvent(Res.Sch_NoAttributeSchemaFound, attQName.ToString(),
XmlSeverityType
.Warning);
599
SendValidationEvent(Res.Sch_NoAttributeSchemaFound, attQName.ToString(),
XmlSeverityType
.Warning);
1417
XmlSeverityType
severity =
XmlSeverityType
.Warning;
1419
severity =
XmlSeverityType
.Error;
1472
SendValidationEvent(Res.Sch_NoElementSchemaFound, QNameString(context.LocalName, context.Namespace),
XmlSeverityType
.Warning);
1564
SendValidationEvent(Res.Sch_CannotLoadSchema, new string[] {uri, e.Message}, e,
XmlSeverityType
.Warning);
1697
SendValidationEvent(new XmlSchemaValidationException(Res.Sch_UndeclaredId, next.Id, this.sourceUriString, next.LineNo, next.LinePos),
XmlSeverityType
.Error);
2118
SendValidationEvent(eventHandler, sender, new XmlSchemaValidationException(Res.Sch_InvalidElementContentComplex, new string[] { BuildElementName(context.LocalName, context.Namespace), BuildElementName(name), Res.GetString(Res.Sch_ComplexContentModel) }, sourceUri, lineNo, linePos),
XmlSeverityType
.Error);
2121
SendValidationEvent(eventHandler, sender, new XmlSchemaValidationException(Res.Sch_InvalidElementContent, new string[] { BuildElementName(context.LocalName, context.Namespace), BuildElementName(name) }, sourceUri, lineNo, linePos),
XmlSeverityType
.Error);
2127
SendValidationEvent(eventHandler, sender, new XmlSchemaValidationException(Res.Sch_InvalidElementContentExpectingComplex, new string[] { BuildElementName(context.LocalName, context.Namespace), BuildElementName(name), PrintExpectedElements(names, getParticles), Res.GetString(Res.Sch_ComplexContentModel) }, sourceUri, lineNo, linePos),
XmlSeverityType
.Error);
2130
SendValidationEvent(eventHandler, sender, new XmlSchemaValidationException(Res.Sch_InvalidElementContentExpecting, new string[] { BuildElementName(context.LocalName, context.Namespace), BuildElementName(name), PrintExpectedElements(names, getParticles) }, sourceUri, lineNo, linePos),
XmlSeverityType
.Error);
2136
SendValidationEvent(eventHandler, sender, new XmlSchemaValidationException(Res.Sch_InvalidElementInEmptyEx, new string[] { QNameString(context.LocalName, context.Namespace), name.ToString() }, sourceUri, lineNo, linePos),
XmlSeverityType
.Error);
2139
SendValidationEvent(eventHandler, sender, new XmlSchemaValidationException(Res.Sch_InvalidElementInTextOnlyEx, new string[] { QNameString(context.LocalName, context.Namespace), name.ToString() }, sourceUri, lineNo, linePos),
XmlSeverityType
.Error);
2159
SendValidationEvent(eventHandler, sender, new XmlSchemaValidationException(Res.Sch_IncompleteContentComplex, new string[] { BuildElementName(context.LocalName, context.Namespace), Res.GetString(Res.Sch_ComplexContentModel) }, sourceUri, lineNo, linePos),
XmlSeverityType
.Error);
2161
SendValidationEvent(eventHandler, sender, new XmlSchemaValidationException(Res.Sch_IncompleteContent, BuildElementName(context.LocalName, context.Namespace), sourceUri, lineNo, linePos),
XmlSeverityType
.Error);
2166
SendValidationEvent(eventHandler, sender, new XmlSchemaValidationException(Res.Sch_IncompleteContentExpectingComplex, new string[] { BuildElementName(context.LocalName, context.Namespace), PrintExpectedElements(names, getParticles), Res.GetString(Res.Sch_ComplexContentModel) }, sourceUri, lineNo, linePos),
XmlSeverityType
.Error);
2169
SendValidationEvent(eventHandler, sender, new XmlSchemaValidationException(Res.Sch_IncompleteContentExpecting, new string[] { BuildElementName(context.LocalName, context.Namespace), PrintExpectedElements(names, getParticles) }, sourceUri, lineNo, linePos),
XmlSeverityType
.Error);
2343
private void SendValidationEvent(string code, string[] args, Exception innerException,
XmlSeverityType
severity) {
2344
if (severity !=
XmlSeverityType
.Warning || ReportValidationWarnings) {
2350
SendValidationEvent(new XmlSchemaValidationException(code, args, innerException, sourceUriString, positionInfo.LineNumber, positionInfo.LinePosition),
XmlSeverityType
.Error);
2354
SendValidationEvent(e,
XmlSeverityType
.Error);
2358
SendValidationEvent(new XmlSchemaValidationException(e.GetRes,e.Args,e.SourceUri,e.LineNumber,e.LinePosition),
XmlSeverityType
.Error);
2361
private void SendValidationEvent(string code, string msg,
XmlSeverityType
severity) {
2362
if (severity !=
XmlSeverityType
.Warning || ReportValidationWarnings) {
2367
private void SendValidationEvent(XmlSchemaValidationException e,
XmlSeverityType
severity) {
2369
if (severity ==
XmlSeverityType
.Error) {
2386
internal static void SendValidationEvent(ValidationEventHandler eventHandler, object sender, XmlSchemaValidationException e,
XmlSeverityType
severity) {
2390
else if (severity ==
XmlSeverityType
.Error) {
System\Xml\Schema\XsdBuilder.cs (5)
724
SendValidationEvent(Res.Sch_InvalidXsdAttributeDatatypeValue, new string[] {name, e.Message},
XmlSeverityType
.Error);
2332
private void SendValidationEvent(string code, string[] args,
XmlSeverityType
severity) {
2336
private void SendValidationEvent(XmlSchemaException e,
XmlSeverityType
severity) {
2342
else if (severity ==
XmlSeverityType
.Error) {
2348
SendValidationEvent(e,
XmlSeverityType
.Error);
System\Xml\Schema\XsdValidator.cs (5)
146
SendValidationEvent(Res.Sch_CannotLoadSchema, new string[] {BaseUri.AbsoluteUri, e.Message},
XmlSeverityType
.Error);
204
SendValidationEvent(Res.Sch_NoElementSchemaFound, XmlSchemaValidator.QNameString(context.LocalName, context.Namespace),
XmlSeverityType
.Warning);
430
SendValidationEvent(Res.Sch_NoAttributeSchemaFound, attQName.ToString(),
XmlSeverityType
.Warning);
506
SendValidationEvent(Res.Sch_CannotLoadSchema, new string[] {uri, e.Message},
XmlSeverityType
.Error);
510
SendValidationEvent(Res.Sch_CannotLoadSchema, new string[] {uri, e.Message},
XmlSeverityType
.Warning);
System\Xml\Serialization\Mappings.cs (1)
1070
if (args.Severity ==
XmlSeverityType
.Error)
System\Xml\Serialization\XmlReflectionImporter.cs (1)
512
if (args.Severity ==
XmlSeverityType
.Error)
System\Xml\XPath\XPathNavigator.cs (2)
963
if ( args.Severity ==
XmlSeverityType
.Error )
972
else if (exception != null && args.Severity ==
XmlSeverityType
.Error) {
System.Xml.Linq (1)
System\Xml\Linq\XNodeValidator.cs (1)
305
else if (e.Severity ==
XmlSeverityType
.Error) {