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