Click or drag to resize
ChatServiceException Constructor (ChatResponseStatusEnum)
Constucts exception. Message is set to the default value associated with status code.

Namespace: CMS.Chat
Assembly: CMS.Chat (in CMS.Chat.dll) Version: 8.2.23
Syntax
C#
public ChatServiceException(
	ChatResponseStatusEnum statusCode
)

Parameters

statusCode
Type: CMS.ChatChatResponseStatusEnum
Code of the response
See Also