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

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

공개 메소드들

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

메소드 상세

BasicUserError() 공개 메소드

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