standard exception class to be used inside GDataRequest

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

Syntax

C#
[SerializableAttribute]

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

Public Class GDataRequestException _

	Inherits LoggedException
Visual C++
[SerializableAttribute]

public ref class GDataRequestException : public LoggedException

Inheritance Hierarchy

See Also