2 instantiations of UpaException
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\schema\ContentValidator.cs (2)
1475
throw new
UpaException
(symbolMatches[symbol], currentPosition.particle);
1528
throw new
UpaException
(particles[symbol], _positions[pos].particle);
2 references to UpaException
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionCompiler.cs (1)
2477
catch (
UpaException
e)
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaSetCompiler.cs (1)
2920
catch (
UpaException
e)