AsyncPostBackErrorEventArgs(Exception) Constructor

Definición

Inicializa una nueva instancia de la clase AsyncPostBackErrorEventArgs.

public:
 AsyncPostBackErrorEventArgs(Exception ^ exception);
public AsyncPostBackErrorEventArgs (Exception exception);
new System.Web.UI.AsyncPostBackErrorEventArgs : Exception -> System.Web.UI.AsyncPostBackErrorEventArgs
Public Sub New (exception As Exception)

Parámetros

exception
Exception

Excepción de servidor producida durante la representación parcial de la página.

Excepciones

exception es null.

Se aplica a