4 references to ItemNotFound
dotnet-svcutil-lib (4)
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptions.cs (4)
125if (message == null) throw ItemNotFound(name, "message"); 142if (portType == null) throw ItemNotFound(name, "message"); 159if (service == null) throw ItemNotFound(name, "service"); 176if (binding == null) throw ItemNotFound(name, "binding");