C# 클래스 TShockAPI.DB.UserManagerException

상속: System.Exception
파일 보기 프로젝트 열기: NyxStudios/TShock

공개 메소드들

메소드 설명
UserManagerException ( string message ) : System

Creates a new UserManagerException object.

UserManagerException ( string message, Exception inner ) : System

Creates a new UserManagerObject with an internal exception.

메소드 상세

UserManagerException() 공개 메소드

Creates a new UserManagerException object.
public UserManagerException ( string message ) : System
message string The message for the object.
리턴 System

UserManagerException() 공개 메소드

Creates a new UserManagerObject with an internal exception.
public UserManagerException ( string message, Exception inner ) : System
message string The message for the object.
inner System.Exception The inner exception for the object.
리턴 System