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

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

Méthodes publiques

Méthode Description
CanceledUserError ( string errorMessage, string errorCauseOrResolution = null, IEnumerable recoveryOptions = null, object>.Dictionary contextInfo = null, OperationCanceledException innerException = null ) : System

Method Details

CanceledUserError() public méthode

public CanceledUserError ( string errorMessage, string errorCauseOrResolution = null, IEnumerable recoveryOptions = null, object>.Dictionary contextInfo = null, OperationCanceledException innerException = null ) : System
errorMessage string
errorCauseOrResolution string
recoveryOptions IEnumerable
contextInfo object>.Dictionary
innerException System.OperationCanceledException
Résultat System