dotConnect for PostgreSQL Documentation
Devart.Data.PostgreSql Namespace / PgSqlException Class / Error Property

On this page
    Error Property (PgSqlException)
    On this page
    Gets the PgSqlError that caused the exception.
    Syntax
    'Declaration
     
    Public ReadOnly Property Error As PgSqlError
    public PgSqlError Error {get;}

    Property Value

    The PgSqlError that caused the exception.
    See Also