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 GDataBatchRequestException : LoggedException
Visual Basic (Declaration)
<SerializableAttribute> _

Public Class GDataBatchRequestException _

	Inherits LoggedException
Visual C++
[SerializableAttribute]

public ref class GDataBatchRequestException : public LoggedException

Inheritance Hierarchy

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

See Also