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