点击或拖拽改变大小

ResultArgsCreateErrorResultT 方法

[缺少 "M:Smobiler.Core.ResultArgs.CreateErrorResult``1(System.Int32,System.String)" 的 <summary> 文档]

命名空间:  Smobiler.Core
程序集:  Smobiler.Core (在 Smobiler.Core.dll 中) 版本:6.0.641.16928
语法
public static T CreateErrorResult<T>(
	int errorcode,
	string errorinfo
)
where T : ResultArgs

参数

errorcode
类型:SystemInt32

[缺少 "M:Smobiler.Core.ResultArgs.CreateErrorResult``1(System.Int32,System.String)" 的 <param name="errorcode"/> 文档]

errorinfo
类型:SystemString

[缺少 "M:Smobiler.Core.ResultArgs.CreateErrorResult``1(System.Int32,System.String)" 的 <param name="errorinfo"/> 文档]

类型参数

T

[缺少 "M:Smobiler.Core.ResultArgs.CreateErrorResult``1(System.Int32,System.String)" 的 <typeparam name="T"/> 文档]

返回值

类型:T

[缺少 "M:Smobiler.Core.ResultArgs.CreateErrorResult``1(System.Int32,System.String)" 的 <returns> 文档]

参见