GoogleAPIException Class

Google API

Google API exception.

Namespace:  Google.API
Assembly:  GoogleTranslateAPI (in GoogleTranslateAPI.dll) Version: 0.3.1.107 (0.3.1.107)

Syntax

C#
[SerializableAttribute]
public class GoogleAPIException : Exception
Visual Basic (Declaration)
<SerializableAttribute> _
Public Class GoogleAPIException _
	Inherits Exception
Visual C++
[SerializableAttribute]
public ref class GoogleAPIException : public Exception

Inheritance Hierarchy

System..::.Object
  System..::.Exception
    Google.API..::.GoogleAPIException

See Also