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