6 references to SR
System.ComponentModel.EventBasedAsync (6)
System\ComponentModel\AsyncCompletedEvent.cs (2)
23
throw new TargetInvocationException(
SR
.Async_ExceptionOccurred, Error);
27
throw new InvalidOperationException(
SR
.Async_OperationCancelled);
System\ComponentModel\AsyncOperation.cs (1)
95
throw new InvalidOperationException(
SR
.Async_OperationAlreadyCompleted);
System\ComponentModel\BackgroundWorker.cs (3)
47
throw new InvalidOperationException(
SR
.BackgroundWorker_WorkerDoesntSupportCancellation);
97
throw new InvalidOperationException(
SR
.BackgroundWorker_WorkerDoesntReportProgress);
121
throw new InvalidOperationException(
SR
.BackgroundWorker_WorkerAlreadyRunning);