EntityDataSourceChangingEventArgs.ExceptionHandled Propiedad

Definición

Obtiene o establece un valor que indica si se controló la excepción y que no se debería iniciar de nuevo.

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

Valor de propiedad

Boolean

true si se controló la excepción; de lo contrario, false.

Se aplica a