Partager via


ResourceExecutedContext.Exception Propriété

Définition

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.

S’applique à