Click or drag to resize
Infosoft Logo

DatabaseError Class

Provides data for the list of errors in the DatabaseAccessFault fault contract.
Inheritance Hierarchy
SystemObject
  Infosoft.Common.Contracts.DataContractsDatabaseError

Namespace: Infosoft.Common.Contracts.DataContracts
Assembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax
public class DatabaseError

The DatabaseError type exposes the following members.

Properties
 NameDescription
Public propertyErrorCode Gets or sets an error code that indicates the database error type.
Public propertyErrorMessage Gets or sets the error message associated with this error object.
Top
See Also