EntityDataSourceChangedEventArgs.Exception 屬性

定義

取得插入、更新或刪除作業期間擲回的例外狀況。

public:
 property Exception ^ Exception { Exception ^ get(); };
public Exception Exception { get; }
member this.Exception : Exception
Public ReadOnly Property Exception As Exception

屬性值

如果發生錯誤則為例外狀況,否則為 null 參考 (在 Visual Basic 中為 Nothing)。

適用於