ResourceExecutedContext.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 ou définit le actuel Exception.
public:
virtual property Exception ^ Exception { Exception ^ get(); void set(Exception ^ value); };
public virtual Exception Exception { get; set; }
public virtual Exception? Exception { get; set; }
member this.Exception : Exception with get, set
Public Overridable Property Exception As Exception
Valeur de propriété
Remarques
La définition Exception ou ExceptionDispatchInfo sur null
traitera l’exception comme gérée, et elle ne sera pas rethrownée par le runtime.
true
La définition de ExceptionHandled sur marque également l’exception comme étant gérée.