C# Class CarbonFitness.BusinessLogic.Exceptions.UserAlreadyExistException

Inheritance: System.Exception
Show file Open project: yodiz/CarbonFitness

Public Methods

Method Description
UserAlreadyExistException ( string username ) : System

Method Details

UserAlreadyExistException() public method

public UserAlreadyExistException ( string username ) : System
username string
return System