PasswordValidationException Constructor (String, Exception, PasswordValidationResults)Ipswitch.Messaging.Framework
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.

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

public PasswordValidationException(
	string message,
	Exception inner,
	PasswordValidationResults validationResults
)

Parameters

message
Type: SystemString
The error message the explains the reason for this exception.
inner
Type: SystemException
The exception that is the cause of the current exception or a null reference if no inner exception is specified.
validationResults
Type: Ipswitch.Messaging.FrameworkPasswordValidationResults
The results of the password validation that caused this exception to be raised.
See Also

Reference