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

상속: UserErrorModel
파일 보기 프로젝트 열기: SIXNetworks/withSIX.Desktop 1 사용 예제들

공개 메소드들

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

메소드 상세

CanceledUserError() 공개 메소드

public CanceledUserError ( string errorMessage, string errorCauseOrResolution = null, IEnumerable recoveryOptions = null, object>.Dictionary contextInfo = null, OperationCanceledException innerException = null ) : System
errorMessage string
errorCauseOrResolution string
recoveryOptions IEnumerable
contextInfo object>.Dictionary
innerException System.OperationCanceledException
리턴 System