C# 클래스 withSIX.Core.Applications.Errors.UserErrorModel

파일 보기 프로젝트 열기: SIXNetworks/withSIX.Desktop

공개 메소드들

메소드 설명
UserErrorModel ( string errorMessage, string errorCauseOrResolution = null, IEnumerable recoveryOptions = null, object>.Dictionary contextInfo = null, Exception innerException = null ) : System

메소드 상세

UserErrorModel() 공개 메소드

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
리턴 System