DataSourceProvider.Error プロパティ

定義

最後のクエリ操作のエラーを取得します。

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

プロパティ値

最後のクエリ操作のエラーである Exception 型の値。エラーがなかった場合は null

適用対象