SwebComponentResultArgsCreateErrorResultT 方法 |
创建错误结果
命名空间:
Swebui.Controls
程序集:
Swebui.Core (在 Swebui.Core.dll 中) 版本:1.0.134.17496+387d83fa8d4800e0d3012f4c3e32d7e2fc10ae68
语法public static T CreateErrorResult<T>(
int errorcode,
string errorinfo,
Object args
)
where T : SwebComponentResultArgs
Public Shared Function CreateErrorResult(Of T As SwebComponentResultArgs) (
errorcode As Integer,
errorinfo As String,
args As Object
) As T
参数
- errorcode
- 类型:SystemInt32
错误编号 - errorinfo
- 类型:SystemString
错误信息 - args
- 类型:SystemObject
附加参数
类型参数
- T
- 结果类型
返回值
类型:
T[缺少 "M:Swebui.Controls.SwebComponentResultArgs.CreateErrorResult``1(System.Int32,System.String,System.Object)" 的 <returns> 文档]
参见