C# 클래스 TShockAPI.DB.UserExistsException

상속: UserManagerException
파일 보기 프로젝트 열기: NyxStudios/TShock

공개 메소드들

메소드 설명
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