OdbcError Class
Collects information relevant to a warning or error returned by the data source.
Assembly: System.Data (in System.Data.dll)
| Name | Description | |
|---|---|---|
![]() | Message | Gets a short description of the error. |
![]() | NativeError | Gets the data source-specific error information. |
![]() | Source | Gets the name of the driver that generated the error. |
![]() | SQLState | Gets the five-character error code that follows the ANSI SQL standard for the database. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | ToString() | Gets the complete text of the error message.(Overrides Object::ToString().) |
This class is created by the OdbcDataAdapter whenever an error occurs. Each instance of OdbcError created by the OdbcDataAdapter is then managed by the OdbcErrorCollection class, which in turn is created by the OdbcException class.
If the severity of the error is too great, the server may close the OdbcConnection. However, the user can reopen the connection and continue.
Available since 1.1
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

