C# 클래스 TShockAPI.DB.GroupNotExistsException

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

공개 메소드들

메소드 설명
GroupNotExistsException ( string group ) : System

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

메소드 상세

GroupNotExistsException() 공개 메소드

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