C# 클래스 UniSpyServer.Servers.GameStatus.Entity.Exception.GSException

상속: UniSpyException
파일 보기 프로젝트 열기: GameProgressive/UniSpyServer

공개 메소드들

메소드 설명
GSException ( ) : UniSpyServer.UniSpyLib.Abstraction.BaseClass
GSException ( string message ) : UniSpyServer.UniSpyLib.Abstraction.BaseClass
GSException ( string message, System.Exception innerException ) : UniSpyServer.UniSpyLib.Abstraction.BaseClass

메소드 상세

GSException() 공개 메소드

public GSException ( ) : UniSpyServer.UniSpyLib.Abstraction.BaseClass
리턴 UniSpyServer.UniSpyLib.Abstraction.BaseClass

GSException() 공개 메소드

public GSException ( string message ) : UniSpyServer.UniSpyLib.Abstraction.BaseClass
message string
리턴 UniSpyServer.UniSpyLib.Abstraction.BaseClass

GSException() 공개 메소드

public GSException ( string message, System.Exception innerException ) : UniSpyServer.UniSpyLib.Abstraction.BaseClass
message string
innerException System.Exception
리턴 UniSpyServer.UniSpyLib.Abstraction.BaseClass