C# Class LearnLanguages.Common.Exceptions.RefineAttemptedBeforeAnalysisException

Inheritance: System.Exception
显示文件 Open project: ibgib/LearnLanguages

Public Methods

Method Description
RefineAttemptedBeforeAnalysisException ( ) : System
RefineAttemptedBeforeAnalysisException ( Exception innerException ) : System
RefineAttemptedBeforeAnalysisException ( string errorMsg ) : System

Method Details

RefineAttemptedBeforeAnalysisException() public method

public RefineAttemptedBeforeAnalysisException ( ) : System
return System

RefineAttemptedBeforeAnalysisException() public method

public RefineAttemptedBeforeAnalysisException ( Exception innerException ) : System
innerException System.Exception
return System

RefineAttemptedBeforeAnalysisException() public method

public RefineAttemptedBeforeAnalysisException ( string errorMsg ) : System
errorMsg string
return System