IdeaBlade DevForce 2010 Help Reference
GetMessage Method
See Also  Send Feedback
IdeaBlade.EntityModel Assembly > IdeaBlade.EntityModel Namespace > LoginException Class : GetMessage Method



exceptionType
domain
userName
minPasswordLength
Retrieve the formatted error message.

Syntax

Visual Basic (Declaration) 
Protected Overridable Function GetMessage( _
   ByVal exceptionType As LoginExceptionType, _
   ByVal domain As String, _
   ByVal userName As String, _
   ByVal minPasswordLength As Integer _
) As String
Visual Basic (Usage)Copy Code
Dim instance As LoginException
Dim exceptionType As LoginExceptionType
Dim domain As String
Dim userName As String
Dim minPasswordLength As Integer
Dim value As String
 
value = instance.GetMessage(exceptionType, domain, userName, minPasswordLength)
C# 
protected virtual string GetMessage( 
   LoginExceptionType exceptionType,
   string domain,
   string userName,
   int minPasswordLength
)
C++/CLI 
protected:
virtual String^ GetMessage( 
   LoginExceptionType exceptionType,
   String^ domain,
   String^ userName,
   int minPasswordLength
) 

Parameters

exceptionType
domain
userName
minPasswordLength

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.