thrown when the credentials are wrong

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

Syntax

C#
[SerializableAttribute]

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

Public Class InvalidCredentialsException _

	Inherits AuthenticationException
Visual C++
[SerializableAttribute]

public ref class InvalidCredentialsException : public AuthenticationException

Inheritance Hierarchy

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

See Also