GoogleAPIException Constructor (String)

Google API

Initializes a new instance of the GoogleAPIException class with a specified error message.

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

Syntax

C#
public GoogleAPIException(
	string message
)
Visual Basic (Declaration)
Public Sub New ( _
	message As String _
)
Visual C++
public:
GoogleAPIException(
	String^ message
)

Parameters

message
Type: System..::.String
The message that describes the error.

See Also