AsyncPostBackErrorEventArgs(Exception) Constructeur
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.