3 writes to _metadataException
dotnet-svcutil-lib (3)
Metadata\MetadaExchangeResolver.cs (3)
163
_metadataException
= new MetadataExchangeException(MetadataResources.ErrUnableToConnectToUriFormat, this.EndpointAddress.Uri.AbsoluteUri, MetadataResources.EnableMetadataHelpMessage);
196
_metadataException
= null;
213
_metadataException
= ex;
2 references to _metadataException
dotnet-svcutil-lib (2)
Metadata\MetadaExchangeResolver.cs (2)
161
if (
_metadataException
== null)
165
throw
_metadataException
;