C# Class withSIX.Core.Applications.Errors.RecoverableUserError

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

Méthodes publiques

Méthode Description
RecoverableUserError ( Exception innerException, string errorMessage, string errorCauseOrResolution = null, object>.Dictionary contextInfo = null ) : System

Method Details

RecoverableUserError() public méthode

public RecoverableUserError ( Exception innerException, string errorMessage, string errorCauseOrResolution = null, object>.Dictionary contextInfo = null ) : System
innerException System.Exception
errorMessage string
errorCauseOrResolution string
contextInfo object>.Dictionary
Résultat System