exception class thrown when we encounter an access denied (HttpSTatusCode.Forbidden) 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 GDataForbiddenException : GDataRequestException
Visual Basic (Declaration)
Public Class GDataForbiddenException _

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

Inheritance Hierarchy

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

See Also