C# 클래스 LearnLanguages.Common.Exceptions.AnalysisIdNotRecognizedException

상속: System.Exception
파일 보기 프로젝트 열기: ibgib/LearnLanguages

공개 메소드들

메소드 설명
AnalysisIdNotRecognizedException ( Exception innerException, string analysisId ) : System
AnalysisIdNotRecognizedException ( string errorMsg ) : System
AnalysisIdNotRecognizedException ( string analysisId, int dummy ) : System

dummy is to change signature to differentiate this from the standard Exception(errormsg) signature.

메소드 상세

AnalysisIdNotRecognizedException() 공개 메소드

public AnalysisIdNotRecognizedException ( Exception innerException, string analysisId ) : System
innerException System.Exception
analysisId string
리턴 System

AnalysisIdNotRecognizedException() 공개 메소드

public AnalysisIdNotRecognizedException ( string errorMsg ) : System
errorMsg string
리턴 System

AnalysisIdNotRecognizedException() 공개 메소드

dummy is to change signature to differentiate this from the standard Exception(errormsg) signature.
public AnalysisIdNotRecognizedException ( string analysisId, int dummy ) : System
analysisId string
dummy int
리턴 System