C# Class withSIX.Mini.Plugin.Arma.ArmaExceptionHandler

Inheritance: withSIX.Mini.Applications.BasicExternalExceptionhandler, IUsecaseExecutor
Exibir arquivo Open project: SIXNetworks/withSIX.Desktop

Public Methods

Method Description
HandleException ( Exception ex, string action = "Action" ) : UserErrorModel

Protected Methods

Method Description
Handle ( ParFileException ex, string action ) : RecoverableUserError

Method Details

Handle() protected static method

protected static Handle ( ParFileException ex, string action ) : RecoverableUserError
ex ParFileException
action string
return withSIX.Core.Applications.Errors.RecoverableUserError

HandleException() public method

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