PasswordValidationException Constructor (String, PasswordValidationResults)Ipswitch.Messaging.Framework
Initializes a new instance of the PasswordValidationException class with a specified message and the validation results that caused the Exception to be raised.

Namespace: Ipswitch.Messaging.Framework
Assembly: Ipswitch.Messaging.Framework (in Ipswitch.Messaging.Framework.dll) Version: 1.0.0.0
Syntax

public PasswordValidationException(
	string message,
	PasswordValidationResults validationResults
)

Parameters

message
Type: SystemString
The error message the explains the reason for this exception.
validationResults
Type: Ipswitch.Messaging.FrameworkPasswordValidationResults
The results of the password validation that caused this exception to be raised.
See Also

Reference