Share via


MobilePage.OnError(EventArgs) 方法

定义

处理 Error 事件。 此 API 已废弃不用。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 移动应用 & 具有 ASP.NET 的网站

protected:
 override void OnError(EventArgs ^ e);
protected override void OnError (EventArgs e);
override this.OnError : EventArgs -> unit
Protected Overrides Sub OnError (e As EventArgs)

参数

e
EventArgs

包含事件数据的 EventArgs 对象。

注解

此方法重写 方法以 TemplateControl.OnError 允许适配器处理错误。

适用于

另请参阅