C# 클래스 agsXMPP.protocol.client.Error

Summary description for Error.
상속: Element
파일 보기 프로젝트 열기: SiteView/ECC8.13 1 사용 예제들

공개 메소드들

메소드 설명
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