Creates a new FailedLoginResult object with a custom error message.
Creates a new FailedLoginResult object for a failed login that was redirected from a PEI.
public FailedLoginResult(Redirect);
Creates a new FailedLoginResult object with a custom error message.
public FailedLoginResult(string);
Creates a new FailedLoginResult object for a failed login that was redirected from a PEI.
public FailedLoginResult(string,Redirect);
FailedLoginResult Class | com.plumtree.uiinfrastructure.login Namespace