ResultArgssetErrorInfo 方法 |
设置错误信息
命名空间:
Smobiler.Core
程序集:
Smobiler.Core (在 Smobiler.Core.dll 中) 版本:6.0.651.17422+f85e28ffe3fdebbfe720c8c2dde0db495f1a52ab
语法public void setErrorInfo(
int errorCode,
string error
)
Public Sub setErrorInfo (
errorCode As Integer,
error As String
)
参数
- errorCode
- 类型:SystemInt32
[缺少 "M:Smobiler.Core.ResultArgs.setErrorInfo(System.Int32,System.String)" 的 <param name="errorCode"/> 文档]
- error
- 类型:SystemString
[缺少 "M:Smobiler.Core.ResultArgs.setErrorInfo(System.Int32,System.String)" 的 <param name="error"/> 文档]
参见