C# Class Cgw.SmcError.SmcErr

Show file Open project: eSDK/esdk_Cgw Class Usage Examples

Private Properties

Property Type Description

Public Methods

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

取格式化后的错误描述

Method Details

GetDelegate() public method

取查询错误描述的委托
public GetDelegate ( ) : DelegateGetErrorDesc
return DelegateGetErrorDesc

GetErrorDesc() public method

返回错误码对应的字符串描述
public GetErrorDesc ( ) : string
return string

GetModelName() public method

获取错误码模块名称
public GetModelName ( ) : string
return string

GetXmlParamter() public method

参数序列化,反序列化处理
public GetXmlParamter ( ) : string
return string

IsSuccess() public method

当前是否成功状态
public IsSuccess ( ) : bool
return bool

SetErrorNo() public method

设置错误码
public SetErrorNo ( uint err ) : void
err uint 状态
return void

SetXmlParamter() public method

参数序列化,反序列化处理
public SetXmlParamter ( string value ) : void
value string
return void

SmcErr() public method

默认构造函数
public SmcErr ( ) : System
return System

SmcErr() public method

构造函数
public SmcErr ( uint err ) : System
err uint 错误码
return System

ToFomatedErrDesc() public method

取格式化后的错误描述
public ToFomatedErrDesc ( int langId ) : string
langId int 语种ID
return string