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

In This Topic
    PgSqlError Class Properties
    In This Topic

    For a list of all members of this type, see PgSqlError members.

    Public Properties
     NameDescription
    Public PropertyGets an indication of the context in which the error occurred.  
    Public PropertyGets the name of the column, the error is associated with.  
    Public PropertyGets the name of the constraint, the error is associated with.  
    Public PropertyGets the name of the data type, the error is associated with.  
    Public PropertyGets an optional secondary error message carrying more detail about the problem.  
    Public PropertyGets the SQLSTATE code for the error.  
    Public PropertyGets the query that caused the error.  
    Public PropertyGets the file name of the source-code location where the error was reported.  
    Public PropertyGets an optional suggestion on what to do about the problem.  
    Public PropertyGets the error cursor position as 1-based index in the InternalQuery string.  
    Public PropertyGets the text of an internally-generated command that caused the error, for example, a SQL query performed by a PL/pgSQL function.  
    Public PropertyGets the line number of the source-code location where the error was reported.  
    Public PropertyGets the message text.  
    Public PropertyGets the error cursor position as 1-based index in the original query string.  
    Public PropertyGets the name of the source-code routine reporting the error.  
    Public PropertyGets the name of the schema containing the object, the error is associated with.  
    Public PropertyGets the of message severity.  
    Public PropertyGets the severity text of the error, as returned by the server.  
    Public PropertyGets the name of the table, the error is associated with.  
    Top
    See Also