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

L'exception de serveur déclenchée pendant le rendu de page partiel.

Exceptions

exception a la valeur null.

S’applique à