DevForce Help Reference
GetMessage Method


Retrieve the formatted error message.
Syntax
'Declaration
 
Protected Overridable Function GetMessage( _
   ByVal exceptionType As LoginExceptionType, _
   ByVal domain As String, _
   ByVal userName As String, _
   ByVal minPasswordLength As Integer _
) As String
'Usage
 
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)

Parameters

exceptionType
domain
userName
minPasswordLength
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 Class
LoginException Members

Send Feedback