C# Class agsXMPP.protocol.client.Error

Summary description for Error.
Inheritance: Element
Afficher le fichier Open project: SiteView/ECC8.13 Class Usage Examples

Méthodes publiques

Méthode Description
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

Method Details

Error() public méthode

public Error ( ) : System
Résultat System

Error() public méthode

public Error ( ErrorCode code ) : System
code ErrorCode
Résultat System

Error() public méthode

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
Résultat System

Error() public méthode

public Error ( ErrorType type ) : System
type ErrorType
Résultat System

Error() public méthode

public Error ( ErrorType type, ErrorCondition condition ) : System
type ErrorType
condition ErrorCondition
Résultat System

Error() public méthode

public Error ( int code ) : System
code int
Résultat System