Share via


The Source property names the source of the native error.

object.Source [=value]

Applies To

SSCEError Object

Data Type

String

Modifiable

Read-only

Prototype

HRESULT get_Source(BSTR *pVal);

Parameter

Description

value

The name of the object or application where the error occurred.

The Source property is a string expression providing the name of the object or application that originally generated the native error. The value of this property is defined by the provider.

Reference

SSCEError Object

Other Resources

Error Control Objects and Collections (SQL Server Compact)