C# Class UniSpyServer.Servers.PresenceSearchPlayer.Entity.Exception.General.GPNotLoggedInException

Inheritance: UniSpyServer.Servers.PresenceSearchPlayer.Entity.Exception.General.GPException
Mostra file Open project: GameProgressive/UniSpyServer

Public Methods

Method Description
GPNotLoggedInException ( ) : UniSpyServer.Servers.PresenceSearchPlayer.Entity.Enumerate
GPNotLoggedInException ( string message ) : UniSpyServer.Servers.PresenceSearchPlayer.Entity.Enumerate
GPNotLoggedInException ( string message, System.Exception innerException ) : UniSpyServer.Servers.PresenceSearchPlayer.Entity.Enumerate

Method Details

GPNotLoggedInException() public method

public GPNotLoggedInException ( ) : UniSpyServer.Servers.PresenceSearchPlayer.Entity.Enumerate
return UniSpyServer.Servers.PresenceSearchPlayer.Entity.Enumerate

GPNotLoggedInException() public method

public GPNotLoggedInException ( string message ) : UniSpyServer.Servers.PresenceSearchPlayer.Entity.Enumerate
message string
return UniSpyServer.Servers.PresenceSearchPlayer.Entity.Enumerate

GPNotLoggedInException() public method

public GPNotLoggedInException ( string message, System.Exception innerException ) : UniSpyServer.Servers.PresenceSearchPlayer.Entity.Enumerate
message string
innerException System.Exception
return UniSpyServer.Servers.PresenceSearchPlayer.Entity.Enumerate