C# Class CgwMonitorManage.SmcError.EmailErrorInfo

Inheritance: ErrorInfo
Afficher le fichier Open project: eSDK/esdk_Cgw

Méthodes publiques

Méthode Description
AddEmail ( string email ) : void

添加Email

AddEmailLength ( uint length ) : void

添加Email的长度

EmailErrorInfo ( ) : System

构造函数

EmailErrorInfo ( string email ) : System

email错误信息

Method Details

AddEmail() public méthode

添加Email
public AddEmail ( string email ) : void
email string email
Résultat void

AddEmailLength() public méthode

添加Email的长度
public AddEmailLength ( uint length ) : void
length uint email长度
Résultat void

EmailErrorInfo() public méthode

构造函数
public EmailErrorInfo ( ) : System
Résultat System

EmailErrorInfo() public méthode

email错误信息
public EmailErrorInfo ( string email ) : System
email string email
Résultat System