MobilePage.OnError(EventArgs) Método

Definição

Manipula o evento Error.Handles the Error event. Esta API está obsoleta.This API is obsolete. Para saber mais sobre como desenvolver aplicativos móveis ASP.NET, veja Mobile Apps & Sites with ASP.NET (Aplicativos móveis e sites com ASP.NET).For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with 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)

Parâmetros

e
EventArgs

Um objeto EventArgs que contém os dados do evento.An EventArgs object that contains the event data.

Comentários

Esse método substitui o TemplateControl.OnError método para permitir que o adaptador manipule o erro.This method overrides the TemplateControl.OnError method to allow the adapter to handle the error.

Aplica-se a