C# Class TShockAPI.DB.GroupNotExistsException

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

Méthodes publiques

Méthode Description
GroupNotExistsException ( string group ) : System

Creates a new GroupNotExistsException object with the group's name in the message.

Method Details

GroupNotExistsException() public méthode

Creates a new GroupNotExistsException object with the group's name in the message.
public GroupNotExistsException ( string group ) : System
group string The group name.
Résultat System