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

In This Topic
    Message Property (PgSqlException)
    In This Topic
    Returns a string representation of the error message information.
    Syntax
    'Declaration
     
    Public Overrides ReadOnly Property Message As String
    public override string Message {get;}

    Property Value

    A string representation of the error.
    See Also