EntityDataSourceSelectedEventArgs.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)。

适用于