System.Data.OleDb.OleDbError Class

Collects information relevant to a warning or error returned by the data source.

See Also: OleDbError Members

Syntax

public sealed class OleDbError

Remarks

This class is created by the OleDb data adapter when an error occurs. An instance of System.Data.OleDb.OleDbError is created and managed by the System.Data.OleDb.OleDbErrorCollection class, which in turn is created by the System.Data.OleDb.OleDbException class.

If the severity of the error is too great, the server may close the System.Data.OleDb.OleDbConnection. However, the user can reopen the connection and continue.

Requirements

Namespace: System.Data.OleDb
Assembly: System.Data (in System.Data.dll)
Assembly Versions: 1.0.3300.0, 1.0.5000.0, 2.0.0.0