Hello Peer, that what I searched for. I hoped that I can use this class as in Java. As I see in WSDL type ApiException and ApiError are present. Can you post some very small example?
Regards Anton Kalcik On Dec 3, 10:42 pm, "Peer Jakobsen (AdWords API Guru)" <[EMAIL PROTECTED]> wrote: > 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 [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 -~----------~----~----~----~------~----~------~--~---
