C# Класс agsXMPP.protocol.client.Error

Summary description for Error.
Наследование: Element
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
Error ( ) : System
Error ( ErrorCode code ) : System
Error ( ErrorCondition condition ) : System

Creates an error Element according the the condition The type attrib as added automatically as decribed in the XMPP specs This is the prefered way to create error Elements

Error ( ErrorType type ) : System
Error ( ErrorType type, ErrorCondition condition ) : System
Error ( int code ) : System

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

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

public Error ( ) : System
Результат System

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

public Error ( ErrorCode code ) : System
code ErrorCode
Результат System

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

Creates an error Element according the the condition The type attrib as added automatically as decribed in the XMPP specs This is the prefered way to create error Elements
public Error ( ErrorCondition condition ) : System
condition ErrorCondition
Результат System

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

public Error ( ErrorType type ) : System
type ErrorType
Результат System

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

public Error ( ErrorType type, ErrorCondition condition ) : System
type ErrorType
condition ErrorCondition
Результат System

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

public Error ( int code ) : System
code int
Результат System