SqlCeError Members
Public Properties
ErrorParameters
Supported only by the .NET Compact Framework. |
Gets the last three error parameters. Error parameters are used by SQL Server CE to provide additional details about an error. |
HResult
Supported only by the .NET Compact Framework. |
Returns an HRESULT value that identifies the type of error. |
Message
Supported only by the .NET Compact Framework. |
Gets the text describing the error. |
NativeError
Supported only by the .NET Compact 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. |
NumericErrorParameters
Supported only by the .NET Compact Framework. |
Gets the first three error parameters. Error parameters are used by SQL Server CE to provide additional details about an error. |
Source
Supported only by the .NET Compact Framework. |
Gets the name of the provider that generated the error. |
Public Methods
Equals (inherited from Object)
Supported only by the .NET Compact Framework. |
Overloaded. Determines whether two Object instances are equal. |
GetHashCode (inherited from Object)
Supported only by the .NET Compact Framework. |
Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
GetType (inherited from Object)
Supported only by the .NET Compact Framework. |
Gets the Type of the current instance. |
ToString
Supported only by the .NET Compact Framework. |
Overridden. Gets the complete text of the error message. |
Protected Methods
Finalize (inherited from Object)
Supported only by the .NET Compact Framework. |
Overridden. Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
In C# and C++, finalizers are expressed using destructor syntax. |
MemberwiseClone (inherited from Object)
Supported only by the .NET Compact Framework. |
Creates a shallow copy of the current Object. |