OdbcError::ToString Method ()

 

Gets the complete text of the error message.

Namespace:   System.Data.Odbc
Assembly:  System.Data (in System.Data.dll)

public:
virtual String^ ToString() override

Return Value

Type: System::String^

The complete text of the error.

The following example displays each OdbcError within the OdbcErrorCollection collection.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 1.1
Return to top
Show: