C# 클래스 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.

상속: InvalidPasswordException
파일 보기 프로젝트 열기: Tirasa/ConnId 1 사용 예제들

공개 메소드들

메소드 설명
PasswordExpiredException ( ) : System
PasswordExpiredException ( Exception ex ) : System
PasswordExpiredException ( string message ) : System
PasswordExpiredException ( string message, Exception ex ) : System

메소드 상세

PasswordExpiredException() 공개 메소드

public PasswordExpiredException ( ) : System
리턴 System

PasswordExpiredException() 공개 메소드

public PasswordExpiredException ( Exception ex ) : System
ex System.Exception
리턴 System

PasswordExpiredException() 공개 메소드

public PasswordExpiredException ( string message ) : System
message string
리턴 System

PasswordExpiredException() 공개 메소드

public PasswordExpiredException ( string message, Exception ex ) : System
message string
ex System.Exception
리턴 System