SqlCeInfoMessageEventArgs.ErrorCode Property
Note: This namespace, class, or member is supported only in version 1.1 of the .NET Framework.
Gets the HRESULT following the ANSI SQL standard for the database.
Public ReadOnly Property ErrorCode As Integer
[C#]
public int ErrorCode {get;}
[C++]
public: __property int get_ErrorCode();
[JScript]
public function get ErrorCode() : int;
Property Value
The HRESULT, which identifies the source of the error, if the error can be issued from more than one place.
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
SqlCeInfoMessageEventArgs Class | SqlCeInfoMessageEventArgs Members | System.Data.SqlServerCe Namespace