通过


MobilePage.OnError(EventArgs) 方法

定义

Error处理事件。 此 API 已过时。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 Mobile Apps &具有 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 该方法以允许适配器处理错误。

适用于

另请参阅