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

Inheritance: UserErrorModel
Show file Open project: SIXNetworks/withSIX.Desktop Class Usage Examples

Public Methods

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

Method Details

CanceledUserError() public method

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
return System