C# Class UniSpyServer.Servers.PresenceSearchPlayer.Entity.Exception.NewProfile.GPNewProfileException

Inheritance: GPException
ファイルを表示 Open project: GameProgressive/UniSpyServer

Public Methods

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

Method Details

GPNewProfileException() public method

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

GPNewProfileException() public method

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

GPNewProfileException() public method

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

GPNewProfileException() public method

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

GPNewProfileException() public method

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