5 instantiations of MetadataExchangeException
dotnet-svcutil-lib (5)
Metadata\MetadaExchangeResolver.cs (2)
163_metadataException = new MetadataExchangeException(MetadataResources.ErrUnableToConnectToUriFormat, this.EndpointAddress.Uri.AbsoluteUri, MetadataResources.EnableMetadataHelpMessage); 403throw new MetadataExchangeException(MetadataResources.ErrCannotCreateAMetadataExchangeClientFormat, endpointAddress.Uri.OriginalString, scheme);
Metadata\MetadataDocumentLoader.cs (3)
246throw new MetadataExchangeException(MetadataResources.ErrInvalidUriFormat, uri); 312throw new MetadataExchangeException(MetadataResources.ErrNotXmlMetadataFileFormat, uri); 397throw new MetadataExchangeException(MetadataResources.ErrInvalidUriFormat, schemaLocation);