2 instantiations of UpaException
System.Private.Xml (2)
System\Xml\Schema\ContentValidator.cs (2)
1371throw new UpaException(symbolMatches[symbol], currentPosition.particle); 1425throw new UpaException(particles[symbol], _positions[pos].particle);
2 references to UpaException
System.Private.Xml (2)
System\Xml\Schema\SchemaCollectionCompiler.cs (1)
2388catch (UpaException e)
System\Xml\Schema\SchemaSetCompiler.cs (1)
2857catch (UpaException e)