DbmsErrorCode - перечисление

Error code. Resolved from exception being thrown while executing SQL query.

Definition

Пространство имён: Tessa.Platform.Data
Сборка: Tessa (в Tessa.dll) Версия: 4.1.5+a9a57e1eda0b57f197e0c68d2aa7d7dc95b6c424
C#
public enum DbmsErrorCode

Члены

Unknown0 Error is undefined in this enumeration.
CommandTimeout1 Command has timed out.
UniqueViolation2 Unique integrity violation.
ConstraintViolation3 Constraint violation.
CommandCanceled4 Command is canceled either from server-side or via CancellationToken.
UndefinedFunction5 Function being called is undefined. PostgreSQL only.
InternalError6 Internal error. PostgreSQL only.

Методы расширения

GetDescription Возвращает описание, указанное в строке атрибута [Description] для заданного значения перечисления.
(Определяется PlatformExtensions)
SetFlagT Устанавливает или сбрасывает указанный флаг у флагового перечисления.
(Определяется PlatformExtensions)

См. также