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

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

Méthodes publiques

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

Method Details

BasicUserError() public méthode

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