C# Class agsXMPP.protocol.client.Error

Summary description for Error.
Inheritance: Element
Exibir arquivo Open project: SiteView/ECC8.13 Class Usage Examples

Public Methods

Method 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 method

public Error ( ) : System
return System

Error() public method

public Error ( ErrorCode code ) : System
code ErrorCode
return System

Error() public method

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
return System

Error() public method

public Error ( ErrorType type ) : System
type ErrorType
return System

Error() public method

public Error ( ErrorType type, ErrorCondition condition ) : System
type ErrorType
condition ErrorCondition
return System

Error() public method

public Error ( int code ) : System
code int
return System