IdeaBlade.EntityModel Assembly > IdeaBlade.EntityModel Namespace > LoginException Class : GetMessage Method |
'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)
protected virtual string GetMessage( LoginExceptionType exceptionType, string domain, string userName, int minPasswordLength )
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