C# Класс TShockAPI.DB.UserExistsException

Наследование: UserManagerException
Показать файл Открыть проект

Открытые методы

Метод Описание
UserExistsException ( string name ) : System

Creates a new UserExistsException object.

Описание методов

UserExistsException() публичный Метод

Creates a new UserExistsException object.
public UserExistsException ( string name ) : System
name string The name of the user that already exists.
Результат System