 |
DatabaseErrorErrorCode Property |
Gets or sets an error code that indicates the database error type.
Namespace: Infosoft.Common.Contracts.DataContractsAssembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntaxpublic int ErrorCode { get; set; }
No code example is currently available or this language may not be supported.
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