Returns the entire text of the SQLError.
[Visual Basic] Overrides Public Function ToString() As String [C#] public override string ToString(); [C++] public: override String* ToString(); [JScript] public override function ToString() : String;
The text of the error.
The string will be in the format of "SQLError:", followed by the Message, and the stack trace. For example:
SQLError:UserID or Password not valid. <stack trace>
SQLError Class | SQLError Members | System.Data.SQL Namespace