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: