C# Class withSIX.Mini.Plugin.GTA.DependencyMissingUserError

Inheritance: withSIX.Core.Applications.Errors.UserErrorModel
显示文件 Open project: SIXNetworks/withSIX.Desktop

Public Methods

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

Method Details

DependencyMissingUserError() public method

public DependencyMissingUserError ( 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