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.
[Visual Basic] 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:
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries From Partially Trusted Code
See Also
SqlCeException Class | SqlCeException Members | System.Data.SqlServerCe Namespace
Syntax based on .NET Framework version 1.1.
Documentation version 1.1.1.