AsyncPostBackErrorEventArgs(Exception) Costruttore

Definizione

Inizializza una nuova istanza della classe 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)

Parametri

exception
Exception

Eccezione del server generata durante il rendering a pagina parziale.

Eccezioni

exception è null.

Si applica a