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
Public Shared Function CreateErrorResult(Of T As ComponentResultArgs) (
errorcode As Integer,
errorinfo As String,
args As Object
) As T
参数
- errorcode
- 类型:SystemInt32
错误编号 - errorinfo
- 类型:SystemString
错误信息 - args
- 类型:SystemObject
附加参数
类型参数
- T
- 结果类型
返回值
类型:
T[缺少 "M:Smobiler.Core.Controls.ComponentResultArgs.CreateErrorResult``1(System.Int32,System.String,System.Object)" 的 <returns> 文档]
参见