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