1 write to exception
System.ServiceModel.Discovery (1)
System\ServiceModel\Discovery\DiscoveryClientChannelBase.cs (1)
298this.exception = e.Error;
3 references to exception
System.ServiceModel.Discovery (3)
System\ServiceModel\Discovery\DiscoveryClientChannelBase.cs (3)
173throw FxTrace.Exception.AsError(new EndpointNotFoundException(SR.DiscoveryClientChannelEndpointNotFound, this.exception)); 177throw FxTrace.Exception.AsError(new EndpointNotFoundException(SR.DiscoveryClientChannelCreationFailed(this.totalDiscoveredEndpoints), this.exception)); 641return new EndpointNotFoundException(exceptionMessage, this.discoveryClientChannelBase.exception);