SqlDataSourceStatusEventArgs.Exception 屬性

定義

取得資料作業期間資料庫所擲回之任何例外狀況的包裝函式。

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

屬性值

Exception

Exception,包裝資料庫在其 InnerException 屬性中擲回的任何例外狀況。

備註

屬性 Exception 不代表資料庫作業擲回的實際例外狀況。 您可以使用 屬性來存取擲回的例外 InnerException 狀況。

適用於

另請參閱