SqlCeTransactionInProgressException 类
在尝试某个操作而某个事务正在进行中时,在基础提供程序从 Microsoft SQL Server Compact 数据源返回错误时引发的异常。
继承层次结构
System.Object
System.Exception
System.SystemException
System.Runtime.InteropServices.ExternalException
System.Data.Common.DbException
System.Data.SqlServerCe.SqlCeException
System.Data.SqlServerCe.SqlCeTransactionInProgressException
命名空间: System.Data.SqlServerCe
程序集: System.Data.SqlServerCe(在 System.Data.SqlServerCe.dll 中)
语法
声明
<SerializableAttribute> _
Public Class SqlCeTransactionInProgressException _
Inherits SqlCeException
用法
Dim instance As SqlCeTransactionInProgressException
[SerializableAttribute]
public class SqlCeTransactionInProgressException : SqlCeException
[SerializableAttribute]
public ref class SqlCeTransactionInProgressException : public SqlCeException
[<SerializableAttribute>]
type SqlCeTransactionInProgressException =
class
inherit SqlCeException
end
public class SqlCeTransactionInProgressException extends SqlCeException
SqlCeTransactionInProgressException 类型公开以下成员。
构造函数
名称 | 说明 | |
---|---|---|
SqlCeTransactionInProgressException | 有助于序列化的构造函数。 |
页首
属性
名称 | 说明 | |
---|---|---|
Data | (继承自 Exception) | |
ErrorCode | (继承自 ExternalException) | |
Errors | 获取一个或多个 SqlCeError 对象的集合,这些对象包含有关用于 SQL Server Compact 的 .NET Compact Framework 数据提供程序生成的异常的详细信息。 (继承自 SqlCeException) | |
HelpLink | (继承自 Exception) | |
HResult | 获取异常的 HRESULT 值。此值与异常的 SqlCeErrorCollection 中的第一个 SqlCeError 实例的 HResult 值相同。 (继承自 SqlCeException) | |
InnerException | (继承自 Exception) | |
Message | 获取描述此异常的 SqlCeErrorCollection 中的第一个 SqlCeError 实例的文本。 (继承自 SqlCeException) | |
NativeError | 获取 SqlCeErrorCollection 中第一个 SqlCeError 的本机错误号。有关该错误的详细信息,请参阅 SQL Server Compact 联机丛书的“疑难解答”一节中的“SQL Server Compact 错误”主题。 (继承自 SqlCeException) | |
Source | 获取生成错误的 OLE DB 提供程序的名称。 (继承自 SqlCeException) | |
StackTrace | (继承自 Exception) | |
TargetSite | (继承自 Exception) |
页首
方法
名称 | 说明 | |
---|---|---|
Equals | (继承自 Object) | |
Finalize | (继承自 Object) | |
GetBaseException | (继承自 Exception) | |
GetHashCode | (继承自 Object) | |
GetObjectData | 安全关键。 使用序列化对象所需的数据填充 SerializationInfo。 (覆盖 SqlCeException.GetObjectData(SerializationInfo, StreamingContext)。) | |
GetType | (继承自 Exception) | |
MemberwiseClone | (继承自 Object) | |
ToString | (继承自 Exception) |
页首
注释
将不会更新此处的任何内容;请不要在此处添加材料。
线程安全
此类型的任何公共静态(在 Microsoft Visual Basic 中为共享)成员是线程安全的。不保证所有实例成员都对于线程安全的。