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

    See Also