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

Datei anzeigen Open project: SIXNetworks/withSIX.Desktop

Public Methods

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

Method Details

UserErrorModel() public method

public UserErrorModel ( string errorMessage, string errorCauseOrResolution = null, IEnumerable recoveryOptions = null, object>.Dictionary contextInfo = null, Exception innerException = null ) : System
errorMessage string
errorCauseOrResolution string
recoveryOptions IEnumerable
contextInfo object>.Dictionary
innerException System.Exception
return System