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.
    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