C# Class LearnLanguages.Common.Exceptions.AnalysisTypeNotRecognizedException

Inheritance: System.Exception
Mostra file Open project: ibgib/LearnLanguages

Public Methods

Method Description
AnalysisTypeNotRecognizedException ( Exception innerException, Type analysisType ) : System
AnalysisTypeNotRecognizedException ( Type analysisType ) : System
AnalysisTypeNotRecognizedException ( string errorMsg ) : System

Method Details

AnalysisTypeNotRecognizedException() public method

public AnalysisTypeNotRecognizedException ( Exception innerException, Type analysisType ) : System
innerException System.Exception
analysisType System.Type
return System

AnalysisTypeNotRecognizedException() public method

public AnalysisTypeNotRecognizedException ( Type analysisType ) : System
analysisType System.Type
return System

AnalysisTypeNotRecognizedException() public method

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