7 references to InternalSR
System.ServiceModel.Federation (7)
System\Runtime\OperationWithTimeoutAsyncResult.cs (7)
194throw new CommunicationException(InternalSR.AsyncCallbackThrewException, e); 209throw new InvalidOperationException(InternalSR.InvalidNullAsyncResult); 306throw new InvalidOperationException(InternalSR.InvalidNullAsyncResult); 339throw new InvalidOperationException(InternalSR.InvalidAsyncResultImplementation(result.GetType())); 344string message = InternalSR.InvalidAsyncResultImplementationGeneric; 366throw new ArgumentException(InternalSR.InvalidAsyncResult, nameof(result)); 371throw new InvalidOperationException(InternalSR.AsyncResultAlreadyEnded);