Property | Type | Description |
---|
Method | Description | |
---|---|---|
GetDelegate ( ) : DelegateGetErrorDesc |
取查询错误描述的委托
|
|
GetErrorDesc ( ) : string |
返回错误码对应的字符串描述
|
|
GetModelName ( ) : string |
获取错误码模块名称
|
|
GetXmlParamter ( ) : string |
参数序列化,反序列化处理
|
|
IsSuccess ( ) : bool |
当前是否成功状态
|
|
SetErrorNo ( uint err ) : void |
设置错误码
|
|
SetXmlParamter ( string value ) : void |
参数序列化,反序列化处理
|
|
SmcErr ( ) : System |
默认构造函数
|
|
SmcErr ( uint err ) : System |
构造函数
|
|
ToFomatedErrDesc ( int langId ) : string |
取格式化后的错误描述
|
public GetDelegate ( ) : DelegateGetErrorDesc | ||
return | DelegateGetErrorDesc |
public SetXmlParamter ( string value ) : void | ||
value | string | |
return | void |
public ToFomatedErrDesc ( int langId ) : string | ||
langId | int | 语种ID |
return | string |