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

In This Topic
    PgSqlError Class
    In This Topic
    Represents a PostgreSQL notice, warning, and error messages.
    Syntax
    'Declaration
     
    Public NotInheritable Class PgSqlError 
       Implements System.Runtime.Serialization.ISerializable 
    public sealed class PgSqlError : System.Runtime.Serialization.ISerializable  
    Remarks
    The PgSqlError object contains information that the server returns in the form of error, warning, log, notice etc. messages. The primary text is located in the Message property; other properties are rather supplementary.
    Inheritance Hierarchy

    System.Object
       Devart.Data.PostgreSql.PgSqlError

    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