4 references to ServiceActivationElementPath
System.ServiceModel.Activation (4)
System\ServiceModel\ServiceHostingEnvironment.cs (4)
665
throw FxTrace.Exception.AsError(new ConfigurationErrorsException(SR2.Hosting_NoServiceAndFactorySpecifiedForFilelessService(ConfigurationStrings.Factory, ConfigurationStrings.Service, element.RelativeAddress,
ServiceActivationElementPath
)));
681
throw FxTrace.Exception.AsError(new ConfigurationErrorsException(SR2.Hosting_RelativeAddressHasBeenAdded(element.RelativeAddress,
ServiceActivationElementPath
)));
786
throw FxTrace.Exception.AsError(new ConfigurationErrorsException(SR2.Hosting_NoValidExtensionFoundForRegistedFilelessService(originalRelativeAddress,
ServiceActivationElementPath
)));
790
throw FxTrace.Exception.AsError(new ConfigurationErrorsException(SR2.Hosting_RelativeAddressExtensionNotSupportError(extension, originalRelativeAddress,
ServiceActivationElementPath
)));