dotConnect for PostgreSQL Documentation
Devart.Data.PostgreSql Namespace / PgSqlException Class / ErrorCode Property

In This Topic
ErrorCode Property (PgSqlException)
In This Topic
Gets the SQLSTATE code for the error.
Syntax
'Declaration
 
Public Shadows ReadOnly Property ErrorCode As String
 

Property Value

The SQLSTATE code of the error.
Remarks
All messages emitted by the PostgreSQL server are assigned five-character error codes that follow the SQL standard conventions for "SQLSTATE" codes. The first two characters of an error code denote a class of errors, while the last three characters indicate a specific condition within that class.
See Also