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