Skip to content

Request for Implementation of DbException.SqlState and DbException.IsTransient in System.Data.Odbc #96849

Open
@ashishoffline

Description

@ashishoffline

Enhance System.Data.Odbc's OdbcException by implementing the newly introduced properties, SqlState and IsTransient, in DbException.
While the Error property of OdbcException currently allows accessing SqlState through OdbcError, directly exposing it through SqlState property in DbException would provide a more streamlined access to these properties.

#34817
#35601

@roji

Metadata

Metadata

Assignees

No one assigned

    Labels

    area-System.Data.OdbcenhancementProduct code improvement that does NOT require public API changes/additions

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions