DevForce Help Reference
LoginExceptionType Enumeration


Enumeration of standard Login failures.
Syntax
'Declaration
 
Public Enum LoginExceptionType 
   Inherits System.Enum
   Implements System.IComparable, System.IConvertible, System.IFormattable 
'Usage
 
Dim instance As LoginExceptionType
Members
MemberDescription
DuplicateUser Duplicate User
InvalidPassword Invalid Password
InvalidPasswordLength Invalid Password Length
InvalidUserName Invalid User Name
NoCredentials No credentials were presented
NoLoginManager No LoginManager found
None Not a standard login exception.
Other User defined
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         IdeaBlade.EntityModel.LoginExceptionType

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

IdeaBlade.EntityModel Namespace

Send Feedback