I am using 18.5 of the .NET Library, using the latest ReportUtilities bits 
in v201409.

I have code that retries report downloads when Exceptions occur. My catch 
block looks like this:

catch( Exception aaa )
{
var asrep = xxx as ReportsException;
if ( null != asrep )
{
 // check length of asrep.Errors.Length and string value of asrep.Errors[0] 
and log that issue 
}


However, ReportsException is now marked as Deprecated, and the reference 
URI at 
https://github.com/googleads/googleads-dotnet-lib/wiki/Migrating-to-the-new-version-of-ReportUtilities
 
does not say how to catch errors and Exceptions. How should this code be 
handled now?

Thanks.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/981de165-4a16-4ba3-a725-63db8da1605b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to