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

In This Topic
    DetailMessage Property (PgSqlException)
    In This Topic
    Gets a secondary error message.
    Syntax
    'Declaration
     
    Public ReadOnly Property DetailMessage As String
    public string DetailMessage {get;}

    Property Value

    A secondary error message.
    Remarks
    Use this property to get an optional secondary error message carrying more details about the problem.
    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