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

In This Topic
Severity Property (PgSqlException)
In This Topic
Gets a value indicating a severity of the error.
Syntax
'Declaration
 
Public ReadOnly Property Severity As Severity
 

Property Value

One of the Severity value.
Remarks
This property contents are Error, Fatal, or Panic (in an error message), or Warning, Notice, Debug, Info, or Log (in a notice message), or a localized translation of one of these.
See Also