AsyncPostBackErrorEventArgs(Exception) Constructeur

Définition

Initialise une nouvelle instance de la 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)

Paramètres

exception
Exception

Exception de serveur levée pendant le rendu de page partielle.

Exceptions

exception a la valeur null.

S’applique à