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

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

Definition

Пространство имён: Tessa.Platform.Data
Сборка: Tessa (в Tessa.dll) Версия: 3.6.0.22
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.

См. также