C# Class UniSpyServer.Servers.GameStatus.Entity.Exception.GSException

Inheritance: UniSpyException
Show file Open project: GameProgressive/UniSpyServer

Public Methods

Method Description
GSException ( ) : UniSpyServer.UniSpyLib.Abstraction.BaseClass
GSException ( string message ) : UniSpyServer.UniSpyLib.Abstraction.BaseClass
GSException ( string message, System.Exception innerException ) : UniSpyServer.UniSpyLib.Abstraction.BaseClass

Method Details

GSException() public method

public GSException ( ) : UniSpyServer.UniSpyLib.Abstraction.BaseClass
return UniSpyServer.UniSpyLib.Abstraction.BaseClass

GSException() public method

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

GSException() public method

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