Cgw.SmcError.SmcErr.GetErrorDesc C# (CSharp) Method

GetErrorDesc() public method

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