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