Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The Description property provides a descriptive error message.
Syntax
object.Description [=value]
Parameters
Parameter | Description |
---|---|
value |
The description of the error. |
Applies To
SSCEError Object
Data Type
String
Modifiable
Read-only
Prototype
HRESULT get_Description(BSTR *pVal);
Remarks
The Description property provides a descriptive error message that is appropriate for displaying to the user. Error messages can originate from SQL Server Compact 3.5 replication, remote data access (RDA), OLE DB, or the query processor, and from Microsoft SQL Server.
See Also
Other Resources
Error Control Objects and Collections (SQL Server Compact)