dotConnect for PostgreSQL Documentation
Devart.Data.PostgreSql Namespace / PgSqlException Class
Properties Methods

PgSqlException Class Members

The following tables list the members exposed by PgSqlException.

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 Property (Inherited from System.Exception)
Public PropertyGets the name of the data type, the error is associated with.  
Public PropertyGets a secondary error message.  
Public PropertyGets the PgSqlError that caused the exception.  
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 occurred.  
Public Property (Inherited from System.Exception)
Public PropertyGets an optional suggestion what to do about the problem.  
Public Property (Inherited from System.Exception)
Public Property (Inherited from System.Exception)
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 occurred.  
Public PropertyOverridden. Returns a string representation of the error message information.  
Public PropertyGets an error cursor position as index into 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 a value indicating a severity of the error.  
Public PropertyGets the severity text of the error, as returned by the server.  
Public Property (Inherited from System.Exception)
Public Property (Inherited from System.Exception)
Public PropertyGets the name of the table, the error is associated with.  
Public Property (Inherited from System.Exception)
Top
Public Methods
 NameDescription
Public Method (Inherited from System.Exception)
Public MethodOverridden. Populates a SerializationInfo with the data needed to serialize the target object.  
Public Method (Inherited from System.Exception)
Public Method (Inherited from System.Runtime.InteropServices.ExternalException)
Top
See Also