Click or drag to resize
ChatBadWordsException Class
Exception which is thrown when some user submitted text contains bad words
Inheritance Hierarchy

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

The ChatBadWordsException type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyStatusCode
Status code of chat response.
(Inherited from ChatServiceException.)
Public propertyStatusMessage
Message of chat response.
(Inherited from ChatServiceException.)
Top
See Also