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

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

    Property Value

    The suggestion text.
    Remarks
    This property is intended to differ from Message in that it offers advice (potentially inappropriate) rather than hard facts.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also