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;
The name of the object that generated the error.
This is a wrapper for the Source property of the first ADOError in the Errors property.
ADOException Class | ADOException Members | System.Data.ADO Namespace