Click or drag to resize
ServerException Class
Exception thrown by the speech service during execution of a request.
Inheritance Hierarchy
SystemObject
  SystemException
    Microsoft.Bing.SpeechServerException

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