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