Name | Description | |
---|---|---|
![]() | CallStack | Gets an indication of the context in which the error occurred. |
![]() | ColumnName | Gets the name of the column, the error is associated with. |
![]() | ConstraintName | Gets the name of the constraint, the error is associated with. |
![]() | Data | (Inherited from System.Exception) |
![]() | DataTypeName | Gets the name of the data type, the error is associated with. |
![]() | DetailMessage | Gets a secondary error message. |
![]() | Error | Gets the PgSqlError that caused the exception. |
![]() | ErrorCode | Gets the SQLSTATE code for the error. |
![]() | ErrorSql | Gets the query that caused the error. |
![]() | FileName | Gets the file name of the source-code location where the error occurred. |
![]() | HelpLink | (Inherited from System.Exception) |
![]() | Hint | Gets an optional suggestion what to do about the problem. |
![]() | HResult | (Inherited from System.Exception) |
![]() | InnerException | (Inherited from System.Exception) |
![]() | InternalPosition | Gets the error cursor position as 1-based index in the InternalQuery string. |
![]() | InternalQuery | Gets the text of an internally-generated command that caused the error, for example, a SQL query performed by a PL/pgSQL function. |
![]() | LineNumber | Gets the line number of the source-code location where the error occurred. |
![]() | Message | Overridden. Returns a string representation of the error message information. |
![]() | Position | Gets an error cursor position as index into the original query string. |
![]() | ProcedureName | Gets the name of the source-code routine reporting the error. |
![]() | SchemaName | Gets the name of the schema containing the object, the error is associated with. |
![]() | Severity | Gets a value indicating a severity of the error. |
![]() | SeverityMessage | Gets the severity text of the error, as returned by the server. |
![]() | Source | (Inherited from System.Exception) |
![]() | StackTrace | (Inherited from System.Exception) |
![]() | TableName | Gets the name of the table, the error is associated with. |
![]() | TargetSite | (Inherited from System.Exception) |