C# Class TShockAPI.DB.GroupNotExistsException

Inheritance: UserManagerException
Exibir arquivo Open project: NyxStudios/TShock

Public Methods

Method Description
GroupNotExistsException ( string group ) : System

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

Method Details

GroupNotExistsException() public method

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