2 references to CommunicationObjectCannotBeUsed
System.ServiceModel.Primitives (2)
System\ServiceModel\Channels\CommunicationObject.cs (1)
334
return new InvalidOperationException(SRP.Format(SRP.
CommunicationObjectCannotBeUsed
, GetCommunicationObjectType().ToString(), _state.ToString()));
System\ServiceModel\Security\IssuanceTokenProviderBase.cs (1)
250
Exception e = new InvalidOperationException(SRP.Format(SRP.
CommunicationObjectCannotBeUsed
, GetType().ToString(), state.ToString()));