4 references to ErrInvalidUriFormat
dotnet-svcutil-lib (4)
Metadata\MetadataDocumentLoader.cs (4)
97throw new ArgumentException(string.Format(CultureInfo.CurrentCulture, MetadataResources.ErrInvalidUriFormat, uri)); 139throw new ArgumentException(string.Format(CultureInfo.CurrentCulture, MetadataResources.ErrInvalidUriFormat, uri)); 246throw new MetadataExchangeException(MetadataResources.ErrInvalidUriFormat, uri); 397throw new MetadataExchangeException(MetadataResources.ErrInvalidUriFormat, schemaLocation);