C# Class withSIX.Mini.Applications.GameExceptionHandler

Inheritance: BasicExternalExceptionhandler
Afficher le fichier Open project: SIXNetworks/withSIX.Desktop

Méthodes publiques

Méthode Description
HandleException ( Exception ex, string action = "Action" ) : UserErrorModel

Méthodes protégées

Méthode Description
Handle ( NoSourceFoundException ex, string action ) : InformationalUserError
Handle ( NotFoundException ex, string action ) : InformationalUserError
Handle ( RequestedResourceNotFoundException ex, string action ) : InformationalUserError
Handle ( SynqPathException ex, string action ) : InformationalUserError
Handle ( AlreadyLockedException ex, string action ) : RecoverableUserError
Handle ( GameIsRunningException ex, string action ) : RecoverableUserError
Handle ( GameNotInstalledException ex, string action ) : RecoverableUserError
Handle ( HostListExhausted ex, string action ) : RecoverableUserError
Handle ( NotDetectedAsSteamGame ex, string action ) : RecoverableUserError
Handle ( QueueProcessingError ex, string action ) : RecoverableUserError
Handle ( SetupException ex, string action ) : RecoverableUserError
Handle ( SteamInitializationException ex, string action ) : RecoverableUserError
Handle ( SteamNotFoundException ex, string action ) : RecoverableUserError

Method Details

Handle() protected static méthode

protected static Handle ( NoSourceFoundException ex, string action ) : InformationalUserError
ex withSIX.Sync.Core.Packages.NoSourceFoundException
action string
Résultat withSIX.Core.Applications.Errors.InformationalUserError

Handle() protected static méthode

protected static Handle ( NotFoundException ex, string action ) : InformationalUserError
ex NotFoundException
action string
Résultat withSIX.Core.Applications.Errors.InformationalUserError

Handle() protected static méthode

protected static Handle ( RequestedResourceNotFoundException ex, string action ) : InformationalUserError
ex withSIX.Mini.Applications.Services.Infra.RequestedResourceNotFoundException
action string
Résultat withSIX.Core.Applications.Errors.InformationalUserError

Handle() protected static méthode

protected static Handle ( SynqPathException ex, string action ) : InformationalUserError
ex withSIX.Sync.Core.Repositories.SynqPathException
action string
Résultat withSIX.Core.Applications.Errors.InformationalUserError

Handle() protected static méthode

protected static Handle ( AlreadyLockedException ex, string action ) : RecoverableUserError
ex AlreadyLockedException
action string
Résultat withSIX.Core.Applications.Errors.RecoverableUserError

Handle() protected static méthode

protected static Handle ( GameIsRunningException ex, string action ) : RecoverableUserError
ex GameIsRunningException
action string
Résultat withSIX.Core.Applications.Errors.RecoverableUserError

Handle() protected static méthode

protected static Handle ( GameNotInstalledException ex, string action ) : RecoverableUserError
ex GameNotInstalledException
action string
Résultat withSIX.Core.Applications.Errors.RecoverableUserError

Handle() protected static méthode

protected static Handle ( HostListExhausted ex, string action ) : RecoverableUserError
ex withSIX.Sync.Core.Transfer.MirrorSelectors.HostListExhausted
action string
Résultat withSIX.Core.Applications.Errors.RecoverableUserError

Handle() protected static méthode

protected static Handle ( NotDetectedAsSteamGame ex, string action ) : RecoverableUserError
ex NotDetectedAsSteamGame
action string
Résultat withSIX.Core.Applications.Errors.RecoverableUserError

Handle() protected static méthode

protected static Handle ( QueueProcessingError ex, string action ) : RecoverableUserError
ex QueueProcessingError
action string
Résultat withSIX.Core.Applications.Errors.RecoverableUserError

Handle() protected static méthode

protected static Handle ( SetupException ex, string action ) : RecoverableUserError
ex withSIX.Core.SetupException
action string
Résultat withSIX.Core.Applications.Errors.RecoverableUserError

Handle() protected static méthode

protected static Handle ( SteamInitializationException ex, string action ) : RecoverableUserError
ex withSIX.Steam.Core.SteamInitializationException
action string
Résultat withSIX.Core.Applications.Errors.RecoverableUserError

Handle() protected static méthode

protected static Handle ( SteamNotFoundException ex, string action ) : RecoverableUserError
ex withSIX.Steam.Core.SteamNotFoundException
action string
Résultat withSIX.Core.Applications.Errors.RecoverableUserError

HandleException() public méthode

public HandleException ( Exception ex, string action = "Action" ) : UserErrorModel
ex System.Exception
action string
Résultat withSIX.Core.Applications.Errors.UserErrorModel