//获取错误码相应的错误信息 public string getErrorMsg(int errCode) { return((string)wdc.getErrorMsg(errCode, 1) + " " + (string)wdc.getErrorMsg(errCode, 0)); }