C# Class UniSpyServer.Servers.PresenceSearchPlayer.Entity.Exception.UpdatePro.GPUpdateProException

Inheritance: GPException
显示文件 Open project: GameProgressive/UniSpyServer

Public Methods

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

Method Details

GPUpdateProException() public method

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

GPUpdateProException() public method

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

GPUpdateProException() public method

public GPUpdateProException ( string message, GPErrorCode errorCode ) : UniSpyServer.Servers.PresenceSearchPlayer.Entity.Enumerate
message string
errorCode GPErrorCode
return UniSpyServer.Servers.PresenceSearchPlayer.Entity.Enumerate

GPUpdateProException() public method

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

GPUpdateProException() public method

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