JHModalDialog.OperationFailed Method (String)

DCSoft.DBUtilityGeneric

JHModalDialogOperationFailed Method (String)
执行失败,关闭模式对话框并回传父窗体数据 这里固定为父窗体参数对象传递属性: IsSucceed = false Message = "异常信息"

Namespace: DCSoft.Utility.Web
Assembly: DCSoft.Utility (in DCSoft.Utility.dll) Version: 0.0.0.0 (1.0.0.0)
Syntax
C#
public static void OperationFailed(
	string message
)

Parameters

message
Type: SystemString
异常信息
See Also