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

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

공개 메소드들

메소드 설명
RefineAttemptedBeforeAnalysisException ( ) : System
RefineAttemptedBeforeAnalysisException ( Exception innerException ) : System
RefineAttemptedBeforeAnalysisException ( string errorMsg ) : System

메소드 상세

RefineAttemptedBeforeAnalysisException() 공개 메소드

public RefineAttemptedBeforeAnalysisException ( ) : System
리턴 System

RefineAttemptedBeforeAnalysisException() 공개 메소드

public RefineAttemptedBeforeAnalysisException ( Exception innerException ) : System
innerException System.Exception
리턴 System

RefineAttemptedBeforeAnalysisException() 공개 메소드

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