C# Класс jabber.connection.PubSubException

Наследование: System.Exception
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
Operation Op
Protocol System.Xml.XmlElement

Открытые методы

Метод Описание
PubSubException ( Op op, string error, XmlElement elem ) : System

Creates a new publish-subscribe exception.

Описание методов

PubSubException() публичный Метод

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.
Результат System

Описание свойств

Operation публичное свойство

Contains the operation that failed.
public Op Operation
Результат Op

Protocol публичное свойство

Contains the stanza that caused the error.
public XmlElement,System.Xml Protocol
Результат System.Xml.XmlElement