C# Class TShockAPI.DB.UserNotExistException

Inheritance: UserManagerException
显示文件 Open project: NyxStudios/TShock

Public Methods

Method Description
UserNotExistException ( string name ) : System

Creates a new UserNotExistException object, with the user's name in the message.

Method Details

UserNotExistException() public method

Creates a new UserNotExistException object, with the user's name in the message.
public UserNotExistException ( string name ) : System
name string The user's name to be pasesd in the message.
return System