Troubleshooting Exceptions: System.Data.SqlServerCe.SqlCeException

A System.Data.SqlServerCe.SqlCeException exception is thrown when the underlying provider returns a warning or an error from a SQL Server Compact 3.5 data source. For more information about the cause of this error, see SQL Server Compact Edition Errors on the MSDN Web site.

Remarks

A System.Data.SqlServerCe.SqlCeException always contains at least one instance of System.Data.SqlServerCe.SqlCeError. The class cannot be inherited.

For more information, see SQL Server Compact 3.5 Class Library.

See Also

Tasks

How to: Use the Exception Assistant