LayoutExceptionEventArgs(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 LayoutExceptionEventArgs.
public:
LayoutExceptionEventArgs(Exception ^ exception);
public LayoutExceptionEventArgs (Exception exception);
new System.Windows.Forms.Integration.LayoutExceptionEventArgs : Exception -> System.Windows.Forms.Integration.LayoutExceptionEventArgs
Public Sub New (exception As Exception)
Paramètres
Exceptions
exception
a la valeur null
.
Remarques
Dans votre gestionnaire d’événements, définissez la valeur de la ThrowException propriété pour true
indiquer que l’exception doit être levée.