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
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.