点击或拖拽改变大小

ComponentResultArgsCreateErrorResultT 方法

创建错误结果

命名空间:  Smobiler.Core.Controls
程序集:  Smobiler.Core (在 Smobiler.Core.dll 中) 版本:6.0.651.17422+f85e28ffe3fdebbfe720c8c2dde0db495f1a52ab
语法
public static T CreateErrorResult<T>(
	int errorcode,
	string errorinfo,
	Object args
)
where T : ComponentResultArgs

参数

errorcode
类型:SystemInt32
错误编号
errorinfo
类型:SystemString
错误信息
args
类型:SystemObject
附加参数

类型参数

T
结果类型

返回值

类型:T

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

参见