Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

OdbcException::Errors Property

 

Gets a collection of one or more OdbcError objects that give detailed information about exceptions generated by the .NET Framework Data Provider for ODBC.

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

public:
property OdbcErrorCollection^ Errors {
	OdbcErrorCollection^ get();
}

Property Value

Type: System.Data.Odbc::OdbcErrorCollection^

The collected instances of the OdbcError class.

This property is a wrapper for the OdbcErrorCollection.

The following example displays each OdbcError within an 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:
© 2017 Microsoft