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

适用于