Click or drag to resize

NotSameEventException Constructor

Represents an error that occurs when attempting to modify event reactions, attachments, edits, or read receipts through an event those items do not belong to.

Namespace: Compiled.EDD.Scripting
Assembly: Compiled.EDD.Scripting (in Compiled.EDD.Scripting.dll) Version: 9.0.0.0-142fa9725
Syntax
C#
public NotSameEventException(
	ChatEventItem event,
	ChatEventItem itemEvent,
	string paramName
)

Parameters

event  ChatEventItem

[Missing <param name="event"/> documentation for "M:Compiled.EDD.Scripting.NotSameEventException.#ctor(Compiled.EDD.Scripting.ChatEventItem,Compiled.EDD.Scripting.ChatEventItem,System.String)"]

itemEvent  ChatEventItem

[Missing <param name="itemEvent"/> documentation for "M:Compiled.EDD.Scripting.NotSameEventException.#ctor(Compiled.EDD.Scripting.ChatEventItem,Compiled.EDD.Scripting.ChatEventItem,System.String)"]

paramName  String

[Missing <param name="paramName"/> documentation for "M:Compiled.EDD.Scripting.NotSameEventException.#ctor(Compiled.EDD.Scripting.ChatEventItem,Compiled.EDD.Scripting.ChatEventItem,System.String)"]

See Also