Documentation for this section has not yet been entered.
The ValidatePasswordEventArgs.FailureInformation property is used when the current MembershipProvider.CreateUser(string, string, string, string, string, bool, object, MembershipCreateStatus@), MembershipProvider.ChangePassword(string, string, string), or MembershipProvider.ResetPassword(string, string) action has been canceled by setting the ValidatePasswordEventArgs.Cancel property to true.
The ValidatePasswordEventArgs.FailureInformation property is set to an exception that describes the reason for the password-validation failure. The calling method will throw the exception that the ValidatePasswordEventArgs.FailureInformation property is set to. If the ValidatePasswordEventArgs.FailureInformation property is null, the caller will throw a generic password-validation failure exception.