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 generada durante la representación parcial de páginas.

Excepciones

exception es null.

Se aplica a