 |
UserNotFoundFault Class |
Data Contract Class - UserNotFoundFault
Inheritance HierarchySystemObject Infosoft.Common.Contracts.FaultContracts.UserRegisterUserNotFoundFault Namespace: Infosoft.Common.Contracts.FaultContracts.UserRegisterAssembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntaxpublic class UserNotFoundFault
No code example is currently available or this language may not be supported.
The UserNotFoundFault type exposes the following members.
Properties
RemarksThis fault indicates that the system tried to retrieve a user record that didn't match any record in the database.
Generally speaking, there are three reasons why this may have happened:
- The user object itself was null
- The User_Id and Email fields on the object were both null/empty
- The User_Id and/or the Email field on the object was defined, but no matching user record in the database was found
See Also