thrown when the account was disabled

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

Syntax

C#
[SerializableAttribute]

public class AccountDisabledException : AuthenticationException
Visual Basic (Declaration)
<SerializableAttribute> _

Public Class AccountDisabledException _

	Inherits AuthenticationException
Visual C++
[SerializableAttribute]

public ref class AccountDisabledException : public AuthenticationException

Inheritance Hierarchy

System..::.Object
  System..::.Exception
    Google.GData.Client..::.LoggedException
      Google.GData.Client..::.AuthenticationException
        Google.GData.Client..::.AccountDisabledException

See Also