Click or drag to resize
ChatServiceException Constructor (ChatResponseStatusEnum, String)
Constructs exception.

Namespace: CMS.Chat
Assembly: CMS.Chat (in CMS.Chat.dll) Version: 9.0.0
Syntax
C#
public ChatServiceException(
	ChatResponseStatusEnum statusCode,
	string statusMessage
)

Parameters

statusCode
Type: CMS.ChatChatResponseStatusEnum
Code
statusMessage
Type: SystemString
Status message
See Also