DevForce Help Reference
LoginException Class
Members 


Exception that should be thrown within the implementation of an IEntityLoginManager whenever a login attempt fails.
Syntax
Remarks
The ExceptionType indicates the cause of the login failure.

If you subclass the LoginException and you have an n-tier application, your type should have a constructor accepting the message string. If your type has custom properties they will also be sent from the server as part of the Data property; you should include a constructor accepting the message string and a Dictionary<string, object> in order to reconstruct your custom LoginException successfully for the client.

Inheritance Hierarchy

System.Object
   System.Exception
      IdeaBlade.Core.IdeaBladeException
         IdeaBlade.EntityModel.EntityServerException
            IdeaBlade.EntityModel.LoginException

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

LoginException Members
IdeaBlade.EntityModel Namespace

Send Feedback