standard exception class to be used inside the feed object

Namespace:  Google.GData.Client
Assembly:  Google.GData.Client (in Google.GData.Client.dll)
Version: 1.4.0.2

Syntax

C#
[SerializableAttribute]

public class ClientFeedException : LoggedException
Visual Basic (Declaration)
<SerializableAttribute> _

Public Class ClientFeedException _

	Inherits LoggedException
Visual C++
[SerializableAttribute]

public ref class ClientFeedException : public LoggedException

Inheritance Hierarchy

System..::.Object
  System..::.Exception
    Google.GData.Client..::.LoggedException
      Google.GData.Client..::.ClientFeedException

See Also