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