EntityDataSourceSelectedEventArgs.ExceptionHandled Propriedade
Definição
Obtém ou define um valor que indica se a exceção foi tratada e que ela não deve ser gerada novamente.Gets or sets a value that indicates whether the exception was handled and that it should not be thrown again.
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 da propriedade
true se a exceção foi tratada; caso contrário, false.true if the exception was handled; otherwise, false.