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!

ADOException.Source

Gets the name of the object that generated the error.

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

Property Value

The name of the object that generated the error.

Remarks

This is a wrapper for the Source property of the first ADOError in the Errors property.

See Also

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