如果已经达到锁超时,则会引发此异常。
SqlCeLockTimeoutException 类型公开以下成员。
构造函数
名称 | 说明 | |
---|---|---|
![]() |
SqlCeLockTimeoutException |
页首
方法
名称 | 说明 | |
---|---|---|
![]() |
Equals | (inherited from Object) |
![]() |
Finalize | (inherited from Object) |
![]() |
GetBaseException | (inherited from Exception) |
![]() |
GetHashCode | (inherited from Object) |
![]() |
GetObjectData | (inherited from Exception) |
![]() |
GetType | (inherited from Exception) |
![]() |
MemberwiseClone | (inherited from Object) |
![]() |
ToString | 创建并返回当前异常的字符串表示形式。 (inherited from SqlCeException) |
页首
属性
名称 | 说明 | |
---|---|---|
![]() |
Data | (inherited from Exception) |
![]() |
Errors | 获取一个或多个 SqlCeError 对象的集合,这些对象包含有关用于 SQL Server Compact 3.5 的 .NET Compact Framework 数据提供程序生成的异常的详细信息。 (inherited from SqlCeException) |
![]() |
HelpLink | (inherited from Exception) |
![]() |
HResult | 获取异常的 HRESULT 值。 此值与异常的 SqlCeErrorCollection 中的第一个 SqlCeError 实例的 HResult 值相同。 (inherited from SqlCeException) |
![]() |
InnerException | (inherited from Exception) |
![]() |
Message | 获取描述此异常的 SqlCeErrorCollection 中的第一个 SqlCeError 实例的文本。 (inherited from SqlCeException) |
![]() |
NativeError | 获取 SqlCeErrorCollection 中第一个 SqlCeError 的本机错误号。 有关该错误的详细信息,请参阅 SQL Server Compact 3.5 联机丛书的“疑难解答”一节中的“SQL Server Compact 3.5 错误”主题。 (inherited from SqlCeException) |
![]() |
Source | 获取生成错误的 OLE DB 提供程序的名称。 (inherited from SqlCeException) |
![]() |
StackTrace | (inherited from Exception) |
![]() |
TargetSite | (inherited from Exception) |
页首