WebBaseErrorEvent.ErrorException Propriété
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.
Obtient l'Exception associée à l'erreur.
public:
property Exception ^ ErrorException { Exception ^ get(); };
public Exception ErrorException { get; }
member this.ErrorException : Exception
Public ReadOnly Property ErrorException As Exception
Valeur de propriété
Exception associée à l'erreur.
Remarques
Si vous implémentez un fichier personnalisé WebBaseErrorEvent, vous devez vous assurer que votre événement d’erreur personnalisé gère cette exception.