EntityDataSourceChangingEventArgs.ExceptionHandled 属性
定义
获取或设置一个值,该值指示异常是否已得到处理而不该再次引发。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
属性值
如果异常已得到处理,则为 true;否则为 false。true if the exception was handled; otherwise, false.