SqlCeTransactionInProgressException Properties

Public Properties

  Name Description
Public property Supported by the .NET Compact Framework Errors  Gets a collection of one or more SqlCeError objects that contain detailed information about exceptions generated by the .NET Compact Framework Data Provider for SQL Server Mobile. (Inherited from SqlCeException.)
Public property Supported by the .NET Compact Framework HResult  Gets the HRESULT value of the exception. This value is the same as the value of HResult for the first instance of SqlCeError in the SqlCeErrorCollection for the exception. (Inherited from SqlCeException.)
Public property Supported by the .NET Compact Framework InnerException  Gets the Exception instance that caused the current exception. (Inherited from Exception.)
Public property Supported by the .NET Compact Framework Message  Gets the text describing the first instance of SqlCeError in the SqlCeErrorCollection for this exception. (Inherited from SqlCeException.)
Public property Supported by the .NET Compact Framework NativeError  Gets the native error number of the first SqlCeError in the SqlCeErrorCollection. For more information about the error, see the "SQL Server Mobile Errors" topic in the Troubleshooting section of SQL Server Mobile Books Online. (Inherited from SqlCeException.)
Public property Supported by the .NET Compact Framework Source  Gets the name of the OLE DB provider that generated the error. (Inherited from SqlCeException.)
Public property Supported by the .NET Compact Framework StackTrace  Gets a string representation of the frames on the call stack at the time the current exception was thrown. (Inherited from Exception.)

Top

See Also

Reference

SqlCeTransactionInProgressException Class
System.Data.SqlServerCe Namespace