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

In This Topic
    Hint Property (PgSqlException)
    In This Topic
    Gets an optional suggestion what to do about the problem.
    Syntax
    'Declaration
     
    Public ReadOnly Property Hint As String
    public string Hint {get;}

    Property Value

    An optional suggestion what to do.
    Remarks
    This property differs from DetailMessage as it offers advice (potentially inappropriate) rather than hard facts.
    See Also