| Visual Basic (Declaration) | |
|---|---|
Public Enum LoginExceptionType Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As LoginExceptionType | |
| C# | |
|---|---|
public enum LoginExceptionType : System.Enum, System.IComparable, System.IConvertible, System.IFormattable | |
| C++/CLI | |
|---|---|
public enum class LoginExceptionType : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable | |
| Member | Description |
|---|---|
| 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 |
System.Object
System.ValueType
System.Enum
IdeaBlade.EntityModel.LoginExceptionType
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family