C# Class jabber.connection.PubSubException

Inheritance: System.Exception
Mostrar archivo Open project: codebutler/jabber-net

Public Properties

Property Type Description
Operation Op
Protocol System.Xml.XmlElement

Public Methods

Method Description
PubSubException ( Op op, string error, XmlElement elem ) : System

Creates a new publish-subscribe exception.

Method Details

PubSubException() public method

Creates a new publish-subscribe exception.
public PubSubException ( Op op, string error, XmlElement elem ) : System
op Op The operation that failed.
error string A description of the error.
elem System.Xml.XmlElement The stanza that caused the error.
return System

Property Details

Operation public_oe property

Contains the operation that failed.
public Op Operation
return Op

Protocol public_oe property

Contains the stanza that caused the error.
public XmlElement,System.Xml Protocol
return System.Xml.XmlElement