Click or drag to resize
Infosoft Logo

DatabaseErrorErrorCode Property

Gets or sets an error code that indicates the database error type.

Namespace: Infosoft.Common.Contracts.DataContracts
Assembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax
public int ErrorCode { get; set; }

Property Value

Int32
Remarks
This will be taken straight from the database, so it should be possible to look it up in a list of error codes for the underlying DBMS.
See Also