| ChatServiceException Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: CMS.Chat
 Syntax
Syntaxpublic class ChatServiceException : Exception
The ChatServiceException type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | ChatServiceException(ChatResponseStatusEnum) | 
            Constucts exception. Message is set to the default value associated with status code.
             | 
|  | ChatServiceException(ChatResponseStatusEnum, String) | 
            Constructs exception.
             | 
 Properties
Properties| Name | Description | |
|---|---|---|
|  | StatusCode | 
            Status code of chat response.
             | 
|  | StatusMessage | 
            Message of chat response.
             | 
 See Also
See Also