C# Class TShockAPI.DB.UserExistsException

Inheritance: UserManagerException
Show file Open project: NyxStudios/TShock

Public Methods

Method Description
UserExistsException ( string name ) : System

Creates a new UserExistsException object.

Method Details

UserExistsException() public method

Creates a new UserExistsException object.
public UserExistsException ( string name ) : System
name string The name of the user that already exists.
return System