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 异常。

适用于

另请参阅