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

Inheritance: GPException
Afficher le fichier Open project: GameProgressive/UniSpyServer

Méthodes publiques

Méthode 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 méthode

public GPNewProfileException ( ) : UniSpyServer.Servers.PresenceSearchPlayer.Entity.Enumerate
Résultat UniSpyServer.Servers.PresenceSearchPlayer.Entity.Enumerate

GPNewProfileException() public méthode

public GPNewProfileException ( string message ) : UniSpyServer.Servers.PresenceSearchPlayer.Entity.Enumerate
message string
Résultat UniSpyServer.Servers.PresenceSearchPlayer.Entity.Enumerate

GPNewProfileException() public méthode

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

GPNewProfileException() public méthode

public GPNewProfileException ( string message, GPErrorCode errorCode, System.Exception innerException ) : UniSpyServer.Servers.PresenceSearchPlayer.Entity.Enumerate
message string
errorCode GPErrorCode
innerException System.Exception
Résultat UniSpyServer.Servers.PresenceSearchPlayer.Entity.Enumerate

GPNewProfileException() public méthode

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