2 instantiations of UpaException
System.Xml (2)
System\Xml\Schema\ContentValidator.cs (2)
1261throw new UpaException(symbolMatches[symbol], currentPosition.particle); 1304throw new UpaException(particles[symbol], positions[pos].particle);
2 references to UpaException
System.Xml (2)
System\Xml\Schema\SchemaCollectionCompiler.cs (1)
1964catch(UpaException e) {
System\Xml\Schema\SchemaSetCompiler.cs (1)
2319catch(UpaException e) {