JHModalDialog.OperationFailed Method (String, Boolean)

DCSoft.DBUtilityGeneric

JHModalDialogOperationFailed Method (String, Boolean)
执行失败,关闭模式对话框并回传父窗体数据 这里固定为父窗体参数对象传递属性: 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,
	bool isEnd
)

Parameters

message
Type: SystemString
异常信息
isEnd
Type: SystemBoolean
是否结束当前页面输出
See Also