NavigationFailedEventArgs.Exception 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 le code de résultat de l’exception associée à l’échec de la navigation.
public:
property HResult Exception { HResult get(); };
HResult Exception();
public System.Exception Exception { get; }
var hResult = navigationFailedEventArgs.exception;
Public ReadOnly Property Exception As Exception
Valeur de propriété
Code de résultat d’une exception système.