Udostępnij za pośrednictwem


AsyncPostBackErrorEventArgs(Exception) Konstruktor

Definicja

Inicjuje nowe wystąpienie klasy 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)

Parametry

exception
Exception

Wyjątek serwera zgłoszony podczas renderowania częściowego strony.

Wyjątki

exception to null.

Dotyczy