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

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,
	params string[] msgs
)

Parameters

page
Type: System.Web.UIPage
页面。
msgs
Type: SystemString
信息。
See Also