Click or drag to resize
ClientException Constructor (String)
Initializes a new instance of the ClientException class.

Namespace:  Microsoft.Bing.Speech
Assembly:  Microsoft.Bing.Speech (in Microsoft.Bing.Speech.dll) Version: 2.0.1.0 (2.0.1)
Syntax
public ClientException(
	string message
)

Parameters

message
Type: SystemString
The message that describes the error.
See Also