SqlCeError.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 SqlCeError. For more information on these errors, 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;
Property Value
The native error number of the SqlCeError.
Requirements
Platforms: .NET Compact Framework
.NET Framework Security:
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries From Partially Trusted Code
See Also
SqlCeError Class | SqlCeError Members | System.Data.SqlServerCe Namespace
Syntax based on .NET Framework version 1.1.
Documentation version 1.1.1.