Click or drag to resize
Infosoft Logo

UserIDAndEmailConflictFault Class

Data Contract Class - UserIDAndEmailConflictFault
Inheritance Hierarchy
SystemObject
  Infosoft.Common.Contracts.FaultContracts.UserRegisterUserIDAndEmailConflictFault

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

The UserIDAndEmailConflictFault type exposes the following members.

Properties
 NameDescription
Public propertyDescription 
Top
Remarks
This fault indicates that a user object in a request message contained both a user ID and an email address, but these values didn't match each other. For example, if the user with ID 1 has the email address "example1@infosoft.no" and the user with ID 2 has "example2@infosoft.no", a request message containing a user object with the user ID 1, but the email address "example2@infosoft.no" (or vice versa) will trigger this fault.
See Also