2 references to WebDescriptionTooManyMessages
dotnet-svcutil-lib (2)
FrameworkFork\System.Web.Services\Services\Description\ServiceDescription.cs (2)
2022throw new InvalidOperationException(string.Format(ResWebServices.WebDescriptionTooManyMessages)); 2033if (oldValue.GetType() != newValue.GetType()) throw new InvalidOperationException(string.Format(ResWebServices.WebDescriptionTooManyMessages));