SqlCeException.Source Property

Note: This namespace, class, or member is supported only in version 1.1 of the .NET Framework.

Gets the name of the OLE DB provider that generated the error.

Public Shadows ReadOnly Property Source As String
[C#]
public new string Source {get;}
[C++]
public: __property String* get_Source();
[JScript]
public hide function get Source() : String;

Property Value

The name of the OLE DB provider that generated the error.

Remarks

This is the same as the Source property of the first SqlCeError in SqlCeErrorCollection.

Requirements

Platforms: .NET Compact Framework

.NET Framework Security:

See Also

SqlCeException Class | SqlCeException Members | System.Data.SqlServerCe Namespace