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