Hello Andrew, The exception classes for the .NET client library are defined in this exception.cs<http://code.google.com/p/google-gdata/source/browse/trunk/clients/cs/src/core/exceptions.cs>. The best way to handle exception is to surround every call to our server with try/catch blocks and have retry logics.
Best, Alain On Mon, Oct 3, 2011 at 11:13 PM, Chuckie <[email protected]> wrote: > Hello ! > > I have read the online .Net documentation and can't locate what I am > looking for. What is the right exception handling for the google calendar > API? > > I am interested in setting the credentials, then adding, updating or > deleting calendar entries. > > So in C# what is the general way to handler errors? A special exception > class in a try / catch scenario? > > Thanks for calrification. > > Andrew > > -- > You received this message because you are subscribed to the Google > Groups "Google Calendar Data API" 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://code.google.com/apis/calendar/community/forum.html > -- Alain Vongsouvanh | Developer Programs Engineer -- You received this message because you are subscribed to the Google Groups "Google Calendar Data API" 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://code.google.com/apis/calendar/community/forum.html
