NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ADOError.Source

Gets the name of the object 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 object that generated the error.

See Also

ADOError Class | ADOError Members | System.Data.ADO Namespace