EntityDataSourceSelectedEventArgs.ExceptionHandled Propriété

Définition

Obtient ou définit une valeur qui indique si l'exception a été gérée et qu'elle ne doit plus être levée.

public:
 property bool ExceptionHandled { bool get(); void set(bool value); };
public bool ExceptionHandled { get; set; }
member this.ExceptionHandled : bool with get, set
Public Property ExceptionHandled As Boolean

Valeur de propriété

true si l'exception a été gérée ; sinon false.

S’applique à