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