Gets the database-specific error information.
[Visual Basic] Public ReadOnly Property FullMessage As String [C#] public string FullMessage {get;} [C++] public: __property String* get_FullMessage(); [JScript] public function get FullMessage() : String;
The database-specific error information.
This is a wrapper for the NativeError property of the first ADOError in the Errors property.
ADOException Class | ADOException Members | System.Data.ADO Namespace