C# Class TShockAPI.DB.UserExistsException

Inheritance: UserManagerException
Afficher le fichier Open project: NyxStudios/TShock

Méthodes publiques

Méthode Description
UserExistsException ( string name ) : System

Creates a new UserExistsException object.

Method Details

UserExistsException() public méthode

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