'Declaration Public Enum Severity Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
public enum Severity : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration Public Enum Severity Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
public enum Severity : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Member | Description |
---|---|
Debug | Information for developers containing internal server operations. |
Error | Information about user error. |
Fatal | Fatal situation after that recovery isn't possible. |
Info | Useful information of insignificant type. |
Log | Log of execution some commands by the server. |
Notice | Notification for the user about occurred events. |
Panic | Critical error after that recovery isn't possible. |
Unknown | The 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. |
Warning | Warnings for the user that can include an information about possible problems. |
System.Object
System.ValueType
System.Enum
Devart.Data.PostgreSql.Severity
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