OleDbError::NativeError Property

 

Gets the database-specific error information.

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

public:
property int NativeError {
	int get();
}

Property Value

Type: System::Int32

The database-specific error information.

The following example displays the properties of the OleDbError.

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

.NET Framework
Available since 1.1
Return to top
Show: