Initializes a new instance of the UnsubscribedEventArgs class.
Namespace: S22.Xmpp.ImAssembly: S22.Xmpp (in S22.Xmpp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public UnsubscribedEventArgs( Jid jid ) |
Parameters
- jid
- Type: S22.Xmpp..::..Jid
[Missing <param name="jid"/> documentation for "M:S22.Xmpp.Im.UnsubscribedEventArgs.#ctor(S22.Xmpp.Jid)"]
Exceptions
Exception | Condition |
---|---|
System..::..ArgumentNullException | The jid parameter is null. |