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