Click or drag to resize

NotConversationParticipantException Constructor

Represents an error that occurs when attempting to associate a participant with data for a conversation they are not a member of.

Namespace: Compiled.EDD.Scripting
Assembly: Compiled.EDD.Scripting (in Compiled.EDD.Scripting.dll) Version: 9.0.0.0-142fa9725
Syntax
C#
public NotConversationParticipantException(
	ChatParticipantItem participant,
	ChatConversationItem conversation
)

Parameters

participant  ChatParticipantItem

[Missing <param name="participant"/> documentation for "M:Compiled.EDD.Scripting.NotConversationParticipantException.#ctor(Compiled.EDD.Scripting.ChatParticipantItem,Compiled.EDD.Scripting.ChatConversationItem)"]

conversation  ChatConversationItem

[Missing <param name="conversation"/> documentation for "M:Compiled.EDD.Scripting.NotConversationParticipantException.#ctor(Compiled.EDD.Scripting.ChatParticipantItem,Compiled.EDD.Scripting.ChatConversationItem)"]

Remarks
To resolve this, add the participant to Participants before tying it to that conversation's data.
See Also