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

In This Topic
    Message Property (PgSqlError)
    In This Topic
    Gets the message text.
    Syntax
    'Declaration
     
    Public ReadOnly Property Message As String
    public string Message {get;}

    Property Value

    The message text.
    Remarks
    This property contains primary information about the event, i.e. error description, notice text and so on.
    See Also