This is the same message that you reported before. But there is more
detail in the ResponseString property. The code to extract that should
look like this:
try
{
contactFeed.Insert(entry)
}
catch (GDataRequestException e)
{
Console.WriteLine("Operation failed ({0}): {1}",
e.Message, e.ResponseString);
}
Frank Mantek
Google
On Jun 13, 2008, at 1:07 PM, yong liu wrote:
> The exception message is :
> "Excution of request
> failed:http://www.google.com/m8/feeds/contacts/default/full
> "
>
> Thank you for your help.
>
> >
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google Data Protocol" 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-help-dataapi?hl=en
-~----------~----~----~----~------~----~------~--~---