GBaseFeed gBfResult =  null;
try
{
  gBfResult = gBService.Batch(gBFeed, new Uri(gBFeed.Batch,
UriKind.Absolute));
}
catch (GDataRequestException exc)
{
   // Log the excption
}

// Exception logged
exc.Message: Execution of request failed: 
http://www.google.com/base/feeds/items/batch
exc.ResponseString:

exc.Data:
System.Collections.ListDictionaryInternal
exc.HelpLink:

exc.Source:
Google.GData.Client
exc.TargetSite:
Void Execute()
exc.StackTrace:
   in Google.GData.Client.GDataRequest.Execute()
   in Google.GData.Client.GDataGAuthRequest.Execute(Int32
retryCounter)
   in Google.GData.Client.GDataGAuthRequest.Execute()
   in Google.GData.Client.Service.EntrySend(Uri feedUri, AtomBase
baseEntry, GDataRequestType type, AsyncSendData data)
   in Google.GData.Client.Service.Batch(AtomFeed feed, Uri batchUri,
AsyncSendData data)
   in Google.GData.Client.Service.Batch(AtomFeed feed, Uri batchUri)
   in Google.GData.GoogleBase.GBaseService.Batch(GBaseFeed feed, Uri
batchUri)
   in LindestoreAdmin.CODE.GBase.createAndBatchFeed
(ProdottoGBaseDataTable dttProdottoGBase, Int32 intFeedIndex)
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Base 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://groups.google.com/group/Google-Base-data-API?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to