ChatServiceException Class |
Namespace: CMS.Chat
public class ChatServiceException : Exception
The ChatServiceException type exposes the following members.
Name | Description | |
---|---|---|
![]() | ChatServiceException(ChatResponseStatusEnum) |
Constucts exception. Message is set to the default value associated with status code.
|
![]() | ChatServiceException(ChatResponseStatusEnum, String) |
Constructs exception.
|
Name | Description | |
---|---|---|
![]() | StatusCode |
Status code of chat response.
|
![]() | StatusMessage |
Message of chat response.
|