Partage via


WebBaseErrorEvent.ErrorException Propriété

Définition

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

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.

S’applique à