I'm using the .NET client library for the Adwords API and I noticed that there is an example
here which shows a retry strategy for the RateExceededError exception. On the GitHub wiki -
here - it says that setting RetryCount in app.config also takes care of retrying when there is an RateExceededError exception. I'd prefer using RetryCount if this automatically takes care of RateExceededError, but is it still necessary to implement the retry logic myself? Thanks in advance!
B. Zwier