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

In This Topic
Error Property (PgSqlException)
In This Topic
Gets the PgSqlError that caused the exception.
Syntax
'Declaration
 
Public ReadOnly Property Error As PgSqlError
 

Property Value

The PgSqlError that caused the exception.
See Also