SqlCeError Class

Note: This namespace, class, or member is supported only in version 1.1 of the .NET Framework.

Collects information relevant to a warning or error returned by the data source. This class cannot be inherited.

For a list of all members of this type, see SqlCeError Members.

System.Object
   System.Data.SqlServerCe.SqlCeError

  [Visual Basic]
  NotInheritable Public Class SqlCeError

  [C#]
  public sealed class SqlCeError

  [C++]
  public __gc __sealed class SqlCeError

  [JScript]
  public class SqlCeError

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Remarks

An instance of SqlCeError is created by the System.Data.SqlServerCe managed provider when an error occurs. The SqlCeErrorCollection contains one or more instances of SqlCeError.

Requirements

Namespace: System.Data.SqlServerCe

Platforms: .NET Compact Framework

Assembly: System.Data.Sqlserverce (in System.Data.Sqlserverce.dll)

See Also

SqlCeError Members | System.Data.SqlServerCe Namespace | SqlCeErrorCollection | SqlCeException

Syntax based on .NET Framework version 1.1.
Documentation version 1.1.1.

Send comments on this topic.

© Microsoft Corporation. All rights reserved.