Click or drag to resize
ClientException Class
Exception thrown when an error occurs in client code.
Inheritance Hierarchy
SystemObject
  SystemException
    Microsoft.Bing.SpeechClientException

Namespace:  Microsoft.Bing.Speech
Assembly:  Microsoft.Bing.Speech (in Microsoft.Bing.Speech.dll) Version: 2.0.1.0 (2.0.1)
Syntax
public class ClientException : Exception
Constructors
  NameDescription
Public methodClientException
Initializes a new instance of the ClientException class.
Public methodClientException(String)
Initializes a new instance of the ClientException class.
Public methodClientException(String, Exception)
Initializes a new instance of the ClientException class.
Top
See Also