C# Class UniSpyServer.Servers.PresenceSearchPlayer.Entity.Exception.UpdateUI.GPUpdateUIException

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

Public Methods

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

Method Details

GPUpdateUIException() public method

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

GPUpdateUIException() public method

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

GPUpdateUIException() public method

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

GPUpdateUIException() public method

public GPUpdateUIException ( 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

GPUpdateUIException() public method

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