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

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

Parameters

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