Initializes a new instance of the PasswordExpiredException class.
Declaring type: PasswordExpiredException
Namespace: Zyan.Communication.Security.Exceptions
Assembly: Zyan.Communication
Collapse/Expand Syntax
C#
public PasswordExpiredException (
        string message,
        string userName,
        Exception inner
) 
Parameters
message
Exception message.
userName
Account user name.
inner
The inner System.Exception.