4 references to ItemNotFound
System.Web.Services (4)
System\Web\Services\Description\ServiceDescriptions.cs (4)
119if (message == null) throw ItemNotFound(name, "message"); 134if (portType == null) throw ItemNotFound(name, "message"); 149if (service == null) throw ItemNotFound(name, "service"); 164if (binding == null) throw ItemNotFound(name, "binding");