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

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

Public Methods

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

Method Details

BasicUserError() public method

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