C# Class Org.IdentityConnectors.Framework.Common.Exceptions.PasswordExpiredException

PasswordExpiredException signals that a user password has expired.

This exception is thrown by Connector when they determine that a password has expired. For example, a Connector, after successfully authenticating a user, may determine that the user's password has expired. In this case the Connector throws this exception to notify the application. The application can then take the appropriate steps to notify the user.

Inheritance: InvalidPasswordException
Afficher le fichier Open project: Tirasa/ConnId Class Usage Examples

Méthodes publiques

Méthode Description
PasswordExpiredException ( ) : System
PasswordExpiredException ( Exception ex ) : System
PasswordExpiredException ( string message ) : System
PasswordExpiredException ( string message, Exception ex ) : System

Method Details

PasswordExpiredException() public méthode

public PasswordExpiredException ( ) : System
Résultat System

PasswordExpiredException() public méthode

public PasswordExpiredException ( Exception ex ) : System
ex System.Exception
Résultat System

PasswordExpiredException() public méthode

public PasswordExpiredException ( string message ) : System
message string
Résultat System

PasswordExpiredException() public méthode

public PasswordExpiredException ( string message, Exception ex ) : System
message string
ex System.Exception
Résultat System