SSCEParam Object
SQL Server Compact uses SSCEParam objects to report detailed error parameters. SSCEParam objects are members of the SSCEParams collection.
Parameters
The SSCEParam object has one property.
Property |
Description |
---|---|
Param |
The Param property contains the value of a parameter and provides a descriptive element of an error. |
Remarks
SQL Server Compact creates an SSCEParams collection whenever an Engine object method call fails. There are always six SSCEParam objects in an SSCEParams collection. The first three are integers and the last three are strings.
Some properties of SSCEParam object cannot be used. Unused integer SSCEParam objects contain the value 0, and unused string SSCEParam objects contain an empty string.
Error objects and collections are retained until the next Engine object method is called.