28 references to ResWebServices
dotnet-svcutil-lib (28)
FrameworkFork\System.Web.Services\Configuration\WebServicesSection.cs (2)
61throw new ArgumentException(string.Format(ResWebServices.RequiredXmlFormatExtensionAttributeIsMissing1, extensionType.FullName), "extensionTypes"); 113throw new ArgumentException(string.Format(ResWebServices.TheSyntaxOfTypeMayNotBeExtended1, type.FullName), "type");
FrameworkFork\System.Web.Services\Services\Description\MimeFormatExtensions.cs (3)
184if (value < 0) throw new ArgumentException(string.Format(ResWebServices.WebNegativeValue, "group")); 196if (value < 0) throw new ArgumentException(string.Format(ResWebServices.WebNegativeValue, "capture")); 208if (value < 0) throw new ArgumentException(string.Format(ResWebServices.WebNegativeValue, "repeats"));
FrameworkFork\System.Web.Services\Services\Description\ServiceDescription.cs (20)
62s_warnings.Add(string.Format(ResWebServices.WsdlInstanceValidationDetails, args.Message, args.Exception.LineNumber.ToString(CultureInfo.InvariantCulture), args.Exception.LinePosition.ToString(CultureInfo.InvariantCulture))); 1451throw new ArgumentException(string.Format(ResWebServices.MissingMessagePartForMessageFromNamespace3, partName, Name, ServiceDescription.TargetNamespace), "partName"); 1772throw new ArgumentException(string.Format(ResWebServices.OnlyXmlElementsOrTypesDerivingFromServiceDescriptionFormatExtension0), "value"); 2022throw new InvalidOperationException(string.Format(ResWebServices.WebDescriptionTooManyMessages)); 2033if (oldValue.GetType() != newValue.GetType()) throw new InvalidOperationException(string.Format(ResWebServices.WebDescriptionTooManyMessages)); 2044throw new ArgumentException(string.Format(ResWebServices.OnlyOperationInputOrOperationOutputTypes), "value"); 3215message = string.Format(ResWebServices.WebDuplicateFormatExtension, elemName); 3217message = string.Format(ResWebServices.WebDuplicateOperationMessage, elemName); 3219message = string.Format(ResWebServices.WebDuplicateImport, elemName); 3221message = string.Format(ResWebServices.WebDuplicateMessage, elemName); 3223message = string.Format(ResWebServices.WebDuplicatePort, elemName); 3225message = string.Format(ResWebServices.WebDuplicatePortType, elemName); 3227message = string.Format(ResWebServices.WebDuplicateBinding, elemName); 3229message = string.Format(ResWebServices.WebDuplicateService, elemName); 3231message = string.Format(ResWebServices.WebDuplicateMessagePart, elemName); 3233message = string.Format(ResWebServices.WebDuplicateOperationBinding, elemName); 3235message = string.Format(ResWebServices.WebDuplicateFaultBinding, elemName); 3237message = string.Format(ResWebServices.WebDuplicateOperation, elemName); 3239message = string.Format(ResWebServices.WebDuplicateOperationFault, elemName); 3241message = string.Format(ResWebServices.WebDuplicateUnknownElement, type, elemName);
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptions.cs (2)
109return new Exception(string.Format(ResWebServices.WebDescriptionMissingItem, type, name.Name, name.Namespace)); 185throw new ArgumentException(string.Format(ResWebServices.WebDescriptionMissing, name.ToString(), name.Namespace), "name");
FrameworkFork\System.Web.Services\Services\Description\WebReferenceOptions.cs (1)
179throw new InvalidOperationException(string.Format(ResWebServices.WsdlInstanceValidationDetails, args.Message, args.Exception.LineNumber.ToString(CultureInfo.InvariantCulture), args.Exception.LinePosition.ToString(CultureInfo.InvariantCulture)));