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