EntityDataSourceChangingEventArgs.ExceptionHandled 屬性

定義

取得或設定一個值,表示該例外是否已被處理,且不應再次拋出。

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

適用於