SqlCeException.HResult Property
Gets the HRESULT value of the exception. This value is the same as the value of HResult for the first instance of SqlCeError in the SqlCeErrorCollection for the exception.
Namespace: System.Data.SqlServerCe
Assembly: System.Data.SqlServerCe (in system.data.sqlserverce.dll)
Syntax
'Declaration
Public ReadOnly Property HResult As Integer
public int HResult { get; }
public:
property int HResult {
int get ();
}
/** @property */
public int get_HResult ()
public function get HResult () : int
Property Value
The HRESULT value.
Remarks
SQL Server Compact 3.5 SP1 Books Online does not document specific HRESULTs returned by the HResult property because these errors are not native to SQL Server Compact 3.5 SP1. If you are looking for information about specific HRESULT values, see Winerror.h and Wininet.h, which are included with Visual Studio. For more information about HRESULT values, search the MSDNĀ® Library or the Microsoft Knowledge Base.
Thread Safety
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows Vista, Windows Mobile 5.0, Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003, Windows Mobile 2003 for Pocket PC, Windows CE 5.0
Version Information
.NET Framework and NET Compact Framework
Supported in 3.5
.NET Framework
Supported in 3.0
.NET Compact Framework and .Net Framework
Supported in 2.0
See Also
Reference
SqlCeException Class
SqlCeException Members
System.Data.SqlServerCe Namespace