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

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

Public Methods

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

Method Details

UsernamePasswordUserError() public method

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