the account hoder was not verified

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

Syntax

C#
[SerializableAttribute]

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

Public Class NotVerifiedException _

	Inherits AuthenticationException
Visual C++
[SerializableAttribute]

public ref class NotVerifiedException : public AuthenticationException

Inheritance Hierarchy

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

See Also