C# Class LearnLanguages.Common.Exceptions.AnalysisIdNotRecognizedException

Inheritance: System.Exception
Exibir arquivo Open project: ibgib/LearnLanguages

Public Methods

Method Description
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.

Method Details

AnalysisIdNotRecognizedException() public method

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

AnalysisIdNotRecognizedException() public method

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

AnalysisIdNotRecognizedException() public method

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
return System