Overload List
Name | Description | |
---|---|---|
![]() | PasswordValidationException(PasswordValidationResults) |
Initializes a new instance of the PasswordValidationException class with the validation results that caused the exception to be raised.
|
![]() | PasswordValidationException(String, PasswordValidationResults) |
Initializes a new instance of the PasswordValidationException class with a specified message and the validation results that caused the Exception to be raised.
|
![]() | PasswordValidationException(String, Exception, PasswordValidationResults) |
Initializes a new instance of the PasswordValidationException class with a specified message, the exception that caused this exception, and the validation results that caused the exception to be raised.
|
See Also