Removes the specified item from the user's roster.
Namespace: S22.Xmpp.ClientAssembly: S22.Xmpp (in S22.Xmpp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public void RemoveContact( RosterItem item ) |
Parameters
- item
- Type: S22.Xmpp.Im..::..RosterItem
The item to remove.
Exceptions
| Exception | Condition |
|---|---|
| System..::..ArgumentNullException | The item parameter is null. |
| System.IO..::..IOException | There was a failure while writing to or reading from the network. |
| System..::..InvalidOperationException | The XmppClient instance is not connected to a remote host, or the XmppClient instance has not authenticated with the XMPP server. |
| System..::..ObjectDisposedException | The XmppClient object has been disposed. |
| S22.Xmpp..::..XmppErrorException | The server returned an XMPP error code. Use the Error property of the XmppErrorException to obtain the specific error condition. |
| S22.Xmpp..::..XmppException | The server returned invalid data or another unspecified XMPP error occurred. |