Share via


SqlCeError.Source Property

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

Gets the name of the provider that generated the error.

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

Property Value

The name of the provider that generated the error.

Requirements

Platforms: .NET Compact Framework

.NET Framework Security:

See Also

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

Syntax based on .NET Framework version 1.1.
Documentation version 1.1.1.

Send comments on this topic.

© Microsoft Corporation. All rights reserved.