IdeaBlade DevForce 2010 Help Reference
LoginException Constructor(LoginExceptionType,String,String,Int32)
See Also  Send Feedback
IdeaBlade.EntityModel Assembly > IdeaBlade.EntityModel Namespace > LoginException Class > LoginException Constructor : LoginException Constructor(LoginExceptionType,String,String,Int32)



exceptionType
Type of login exception.
domain
Domain (aka, Namespace), typically from the login credential.
userName
Username, typically from the login credential.
minPasswordLength
The minimum password length that this attempt perhaps failed to satisfy.
Initializes a new instance of the LoginException class.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal exceptionType As LoginExceptionType, _
   ByVal domain As String, _
   ByVal userName As String, _
   ByVal minPasswordLength As Integer _
)
Visual Basic (Usage)Copy Code
Dim exceptionType As LoginExceptionType
Dim domain As String
Dim userName As String
Dim minPasswordLength As Integer
 
Dim instance As New LoginException(exceptionType, domain, userName, minPasswordLength)
C# 
public LoginException( 
   LoginExceptionType exceptionType,
   string domain,
   string userName,
   int minPasswordLength
)
C++/CLI 
public:
LoginException( 
   LoginExceptionType exceptionType,
   String^ domain,
   String^ userName,
   int minPasswordLength
)

Parameters

exceptionType
Type of login exception.
domain
Domain (aka, Namespace), typically from the login credential.
userName
Username, typically from the login credential.
minPasswordLength
The minimum password length that this attempt perhaps failed to satisfy.

Requirements

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

See Also

© 2013 All Rights Reserved.