 |
UserIDAndEmailConflictFault Class |
Data Contract Class - UserIDAndEmailConflictFault
Inheritance HierarchySystemObject Infosoft.Common.Contracts.FaultContracts.UserRegisterUserIDAndEmailConflictFault Namespace: Infosoft.Common.Contracts.FaultContracts.UserRegisterAssembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntaxpublic class UserIDAndEmailConflictFault
No code example is currently available or this language may not be supported.
The UserIDAndEmailConflictFault type exposes the following members.
Properties
RemarksThis 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