Share via


SqlCeException.NativeError Property

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

Gets the native error number of the first SqlCeError in the SqlCeErrorCollection. For more information on the error, see the SQL Server CE Errors topic in the Troubleshooting section of SQL Server CE Books Online.

  [Visual Basic]
  Public ReadOnly Property NativeError As Integer
[C#]
public int NativeError {get;}
[C++]
public: __property int get_NativeError();
[JScript]
public function get NativeError() : int;

Requirements

Platforms: .NET Compact Framework

.NET Framework Security:

See Also

SqlCeException Class | SqlCeException Members | System.Data.SqlServerCe Namespace

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

Send comments on this topic.

© Microsoft Corporation. All rights reserved.