dotConnect for PostgreSQL Documentation
Devart.Data.PostgreSql Namespace / Severity Enumeration

Severity Enumeration
Specifies a severity of occurred event.
Syntax
'Declaration
 
Public Enum Severity 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
 
Members
MemberDescription
DebugInformation for developers containing internal server operations.
ErrorInformation about user error.
FatalFatal situation after that recovery isn't possible.
InfoUseful information of insignificant type.
LogLog of execution some commands by the server.
NoticeNotification for the user about occurred events.
PanicCritical error after that recovery isn't possible.
UnknownThe severity could not be determined correctly, because the server sent the severity message in a local language. You may set the corresponding static fields of PgSqlLocalization to the severity levels in the corresponding local language in order to detect severity correctly or just use the PgSqlError.SeverityMessage or PgSqlException.SeverityMessage properties to determine the severity.
WarningWarnings for the user that can include an information about possible problems.
Remarks
You can use this enumeration for correct responding to event types with different severity or to ignore events with low severity.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Devart.Data.PostgreSql.Severity

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also