EntityDataSourceSelectedEventArgs.Exception 屬性

定義

取得在查詢期間擲回的例外狀況 (Exception)。

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

屬性值

Exception

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

適用於