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