4 references to ChannelTypeNotSupported
System.ServiceModel.Primitives (4)
System\ServiceModel\Channels\ChannelManagerBase.cs (1)
49return new ArgumentException(SRP.Format(SRP.ChannelTypeNotSupported, type), "TChannel");
System\ServiceModel\Channels\ReliableSessionBindingElement.cs (1)
345throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgument("TChannel", SRP.Format(SRP.ChannelTypeNotSupported, typeof(TChannel)));
System\ServiceModel\Channels\SecurityBindingElement.cs (1)
334throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new ArgumentException(SRP.Format(SRP.ChannelTypeNotSupported, typeof(TChannel)), nameof(TChannel)));
System\ServiceModel\Security\SecuritySessionClientSettings.cs (1)
272throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new ArgumentException(SRP.Format(SRP.ChannelTypeNotSupported, typeof(TChannel)), nameof(TChannel)));