Click or drag to resize
Infosoft Logo

UserAlreadyCreatedFault Class

Data Contract Class - UserAlreadyCreatedFault
Inheritance Hierarchy
SystemObject
  Infosoft.Common.Contracts.FaultContracts.UserRegisterUserAlreadyCreatedFault

Namespace: Infosoft.Common.Contracts.FaultContracts.UserRegister
Assembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax
public class UserAlreadyCreatedFault

The UserAlreadyCreatedFault type exposes the following members.

Properties
 NameDescription
Public propertyDescription 
Top
Remarks
This fault indicates that the UserCreate operation was attempted on a user object that has already been saved to the database, or in other words: the User_Id field was not null.
See Also