Click or drag to resize
AkDialogShowException Method (Page, String, String, Boolean)
显示异常信息。

Namespace: Appkit.Common
Assembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C#
public static void ShowException(
	Page page,
	string msg,
	string callback,
	bool top
)

Parameters

page
Type: System.Web.UIPage
页面。
msg
Type: SystemString
信息。
callback
Type: SystemString
关闭后执行的js代码。
top
Type: SystemBoolean
是否调用顶层页窗的相关方法。
See Also