exception class thrown when we encounter a redirect (302 and 307) when accessing a server

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

Syntax

C#
public class GDataRedirectException : GDataRequestException
Visual Basic (Declaration)
Public Class GDataRedirectException _

	Inherits GDataRequestException
Visual C++
public ref class GDataRedirectException : public GDataRequestException

Inheritance Hierarchy

System..::.Object
  System..::.Exception
    Google.GData.Client..::.LoggedException
      Google.GData.Client..::.GDataRequestException
        Google.GData.Client..::.GDataRedirectException

See Also