Hi Anton,

In .NET you have to treat the error object as an xml document.
Basically you treat the exceptions Detail property as an XmlNode and
then extract the data as you would from any Xml document. You could
create the classes for the exception and error objects and then have
the deserializer cast the Detail node into those objects (I guess
thats what JAVA does automatically). I find it faster to just extract
the information needed directly from the XML.

Cheers,
Peer Jakobsen

The Detail

On Dec 3, 5:15 am, AKa <[EMAIL PROTECTED]> wrote:
> Hello,
> can me anybody show a example how can I use APIException object from
> AdWords API  in .NET?
>
> Regards
> Anton Kalcik
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to