







|
| Google Translate API Documentation |
| GoogleAPIException Constructor (String) |
| GoogleAPIException Class See Also Send Feedback |
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.
