Click or drag to resize
ChatServiceException Class
Exception used to pass status code and status message to the service.
Inheritance Hierarchy

Namespace: CMS.Chat
Assembly: CMS.Chat (in CMS.Chat.dll) Version: 9.0.0
Syntax
C#
public class ChatServiceException : Exception

The ChatServiceException type exposes the following members.

Constructors
  NameDescription
Public methodChatServiceException(ChatResponseStatusEnum)
Constucts exception. Message is set to the default value associated with status code.
Public methodChatServiceException(ChatResponseStatusEnum, String)
Constructs exception.
Top
Properties
  NameDescription
Public propertyStatusCode
Status code of chat response.
Public propertyStatusMessage
Message of chat response.
Top
See Also