Initializes a new instance of the MessageEventArgs class.
Namespace: S22.Xmpp.CoreAssembly: S22.Xmpp (in S22.Xmpp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public MessageEventArgs( Message stanza ) |
Parameters
- stanza
- Type: S22.Xmpp.Core..::..Message
The Message stanza on whose behalf the event is raised.
Exceptions
Exception | Condition |
---|---|
System..::..ArgumentNullException | The stanza parameter is null. |