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

Inheritance: RecoverableUserError
Exibir arquivo Open project: SIXNetworks/withSIX.Desktop

Public Methods

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

Method Details

InputUserError() public method

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