Click or drag to resize
Infosoft Logo

UserNotFoundFault Class

Data Contract Class - UserNotFoundFault
Inheritance Hierarchy
SystemObject
  Infosoft.Common.Contracts.FaultContracts.UserRegisterUserNotFoundFault

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

The UserNotFoundFault type exposes the following members.

Properties
 NameDescription
Public propertyDescription 
Top
Remarks

This 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