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

In This Topic
    Error Property (PgSqlException)
    In This Topic
    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