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

In This Topic
    DetailMessage Property (PgSqlError)
    In This Topic
    Gets an optional secondary error message carrying more detail about the problem.
    Syntax
    'Declaration
     
    Public ReadOnly Property DetailMessage As String
    public string DetailMessage {get;}

    Property Value

    The secondary error message.
    See Also